Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets or sets the security privileges that will be used in the request.
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 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
The security privileges that will be used in the request.
See Also
Reference
SecurityPrivilegesRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace