ModifyAccessRequest.PrincipalAccess Property

Definition

Gets or sets the team or user whose access to the specified record is modified. 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 whose access to the specified record is modified.

Applies to