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 SecurityPrivilege As SecurityPrivileges
Get
Friend Set
'Usage
Dim instance As User
Dim value As SecurityPrivileges
value = instance.SecurityPrivilege
[DataMemberAttribute(EmitDefaultValue = false)]
public SecurityPrivileges SecurityPrivilege { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property SecurityPrivileges^ SecurityPrivilege {
SecurityPrivileges^ get ();
internal: void set (SecurityPrivileges^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member SecurityPrivilege : SecurityPrivileges with get, internal set
function get SecurityPrivilege () : SecurityPrivileges
internal function set SecurityPrivilege (value : SecurityPrivileges)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.SecurityPrivileges
The list of security privileges.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace