SecuritySet.Privilege Property

Definition

Gets or sets the security privileges.

public:
 property Microsoft::MasterDataServices::SecurityPrivileges ^ Privilege { Microsoft::MasterDataServices::SecurityPrivileges ^ get(); void set(Microsoft::MasterDataServices::SecurityPrivileges ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.SecurityPrivileges Privilege { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Privilege : Microsoft.MasterDataServices.SecurityPrivileges with get, set
Public Property Privilege As SecurityPrivileges

Property Value

A new instance of type SecurityPrivileges.

Attributes

Applies to