GrantAccessRequest.PrincipalAccess Property

Definition

Gets or sets the team or user that is granted access to the specified record. Required.

public:
 property Microsoft::Crm::Sdk::Messages::PrincipalAccess ^ PrincipalAccess { Microsoft::Crm::Sdk::Messages::PrincipalAccess ^ get(); void set(Microsoft::Crm::Sdk::Messages::PrincipalAccess ^ value); };
public Microsoft.Crm.Sdk.Messages.PrincipalAccess PrincipalAccess { get; set; }
member this.PrincipalAccess : Microsoft.Crm.Sdk.Messages.PrincipalAccess with get, set
Public Property PrincipalAccess As PrincipalAccess

Property Value

The team or user that is granted access to the target record.

Applies to