SecuritySet.Privilege Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the list of SecurityPrivileges.
public:
property Microsoft::MasterDataServices::Services::DataContracts::SecurityPrivileges ^ Privilege { Microsoft::MasterDataServices::Services::DataContracts::SecurityPrivileges ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::SecurityPrivileges ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Services.DataContracts.SecurityPrivileges Privilege { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Privilege : Microsoft.MasterDataServices.Services.DataContracts.SecurityPrivileges with get, set
Public Property Privilege As SecurityPrivileges
Property Value
The list of SecurityPrivileges.
- Attributes