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.
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