RetrieveSharedPrincipalsAndAccessResponse.PrincipalAccesses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.