Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the security principals 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 Principals As SecurityPrincipals
Get
Set
'Usage
Dim instance As SecurityPrincipalsRequest
Dim value As SecurityPrincipals
value = instance.Principals
instance.Principals = value
[MessageBodyMemberAttribute]
public SecurityPrincipals Principals { get; set; }
[MessageBodyMemberAttribute]
public:
property SecurityPrincipals^ Principals {
SecurityPrincipals^ get ();
void set (SecurityPrincipals^ value);
}
[<MessageBodyMemberAttribute>]
member Principals : SecurityPrincipals with get, set
function get Principals () : SecurityPrincipals
function set Principals (value : SecurityPrincipals)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.SecurityPrincipals
The security principals that will be used in the request.
See Also
Reference
SecurityPrincipalsRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace