Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the list of security privileges.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Privilege As SecurityPrivileges
Get
Set
'Usage
Dim instance As SecuritySet
Dim value As SecurityPrivileges
value = instance.Privilege
instance.Privilege = value
[DataMemberAttribute(EmitDefaultValue = false)]
public SecurityPrivileges Privilege { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property SecurityPrivileges^ Privilege {
SecurityPrivileges^ get ();
void set (SecurityPrivileges^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Privilege : SecurityPrivileges with get, set
function get Privilege () : SecurityPrivileges
function set Privilege (value : SecurityPrivileges)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.SecurityPrivileges
The list of security privileges.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace