Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the criteria for the response.
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 SecurityPrincipalsGetResponse
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
SecurityPrincipals.
See Also
Reference
SecurityPrincipalsGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace