SecurityPrivilegesRequest.Privileges Property
Gets or sets the security privileges.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property Privileges As SecurityPrivileges
Get
Set
'Usage
Dim instance As SecurityPrivilegesRequest
Dim value As SecurityPrivileges
value = instance.Privileges
instance.Privileges = value
[MessageBodyMemberAttribute]
public SecurityPrivileges Privileges { get; set; }
[MessageBodyMemberAttribute]
public:
property SecurityPrivileges^ Privileges {
SecurityPrivileges^ get ();
void set (SecurityPrivileges^ value);
}
[<MessageBodyMemberAttribute>]
member Privileges : SecurityPrivileges with get, set
function get Privileges () : SecurityPrivileges
function set Privileges (value : SecurityPrivileges)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.SecurityPrivileges
SecurityPrivileges.