RetrieveSharedPrincipalsAndAccessResponse.PrincipalAccesses Property

Definition

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

public:
 property cli::array <Microsoft::Crm::Sdk::Messages::PrincipalAccess ^> ^ PrincipalAccesses { cli::array <Microsoft::Crm::Sdk::Messages::PrincipalAccess ^> ^ get(); };
public Microsoft.Crm.Sdk.Messages.PrincipalAccess[] PrincipalAccesses { get; }
member this.PrincipalAccesses : Microsoft.Crm.Sdk.Messages.PrincipalAccess[]
Public ReadOnly Property PrincipalAccesses As PrincipalAccess()

Property Value

The requested security principals (users, teams, and organizations) for the specified record.

Applies to