PrincipalAccess.AccessMask 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 or sets the access rights of the security principal (user, team, or organization).
public:
property Microsoft::Crm::Sdk::Messages::AccessRights AccessMask { Microsoft::Crm::Sdk::Messages::AccessRights get(); void set(Microsoft::Crm::Sdk::Messages::AccessRights value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Crm.Sdk.Messages.AccessRights AccessMask { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.AccessMask : Microsoft.Crm.Sdk.Messages.AccessRights with get, set
Public Property AccessMask As AccessRights
Property Value
The access rights of the security principal (user, team, or organization).
- Attributes