SecurityPrincipalBase.SecurityPrivilege 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 assigned to the principal.
public:
property Microsoft::MasterDataServices::Services::DataContracts::SecurityPrivileges ^ SecurityPrivilege { Microsoft::MasterDataServices::Services::DataContracts::SecurityPrivileges ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Services.DataContracts.SecurityPrivileges SecurityPrivilege { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.SecurityPrivilege : Microsoft.MasterDataServices.Services.DataContracts.SecurityPrivileges
Public ReadOnly Property SecurityPrivilege As SecurityPrivileges
Property Value
The list of SecurityPrivileges assigned to the principal.
- Attributes