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 security privileges for the response.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property Privileges As SecurityPrivileges
Get
Set
'Usage
Dim instance As SecurityPrivilegesGetResponse
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
The security privileges for the response.
See Also
Reference
SecurityPrivilegesGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace