RetrieveSharedPrincipalsAndAccessResponse.PrincipalAccesses Property

 

Applies To: Dynamics CRM 2015

Gets the requested security principals (teams and users) for the specified record.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public PrincipalAccess[] PrincipalAccesses { get; }
public:
property array<PrincipalAccess^>^ PrincipalAccesses {
    array<PrincipalAccess^>^ get();
}
member PrincipalAccesses : PrincipalAccess[] with get
Public ReadOnly Property PrincipalAccesses As PrincipalAccess()

Property Value

Type: Microsoft.Crm.Sdk.Messages.PrincipalAccess[]

Type: PrincipalAccess
The requested security principals (teams and users) for the specified record.

See Also

RetrieveSharedPrincipalsAndAccessResponse Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright