AccessRights Enumeration
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains the possible access rights for a user.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/crm/2011/Contracts")]
[FlagsAttribute]
public enum AccessRights
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/crm/2011/Contracts")>
<FlagsAttribute>
Public Enumeration AccessRights
Members
Member name | Description | |
---|---|---|
AppendAccess | The right to append the specified record to another object. Value = 4 (0x04). |
|
AppendToAccess | The right to append another record to the specified object. Value = 16 (0x10). |
|
AssignAccess | The right to assign the specified record to another user or team. Value = 524288 (0x80000). |
|
CreateAccess | The right to create a record. Value = 32 (0x20). |
|
DeleteAccess | The right to delete the specified record. Value = 65536 (0x10000). |
|
None | No access. Value = 0 (0x00). |
|
ReadAccess | The right to read the specified type of record. Value = 1 (0x01). |
|
ShareAccess | The right to share the specified record. Value = 262144 (0x40000). |
|
WriteAccess | The right to update the specified record. Value = 2 (0x02). |
Remarks
This enumeration is used for the AccessMask property.
See Also
AccessMask
Microsoft.Crm.Sdk.Messages Namespace
The security model of Microsoft Dynamics 365
Set bit flags
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright