User.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.
Gets or sets the user security privileges.
public:
property Microsoft::MasterDataServices::SecurityPrivileges ^ SecurityPrivilege { Microsoft::MasterDataServices::SecurityPrivileges ^ get(); void set(Microsoft::MasterDataServices::SecurityPrivileges ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.SecurityPrivileges SecurityPrivilege { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.SecurityPrivilege : Microsoft.MasterDataServices.SecurityPrivileges with get, set
Public Property SecurityPrivilege As SecurityPrivileges
Property Value
A new instance of type SecurityPrivileges.
- Attributes