AccessRights Enumeration (CrmService)
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Specifies the possible access rights for a user.
Syntax
[Visual Basic .NET] Public Enum AccessRights
[C#] public enum AccessRights
Members
| Name | Value | Description |
| AppendAccess | 4 | Specifies the right to append the specified object to another object. |
| AppendToAccess | 8 | Specifies the right to append another object to the specified object. |
| AssignAccess | 0x80 | Specifies the right to assign the specified object to another security principal. |
| CreateAccess | 0x10 | Specifies the right to create an instance of the object type. |
| DeleteAccess | 0x20 | Specifies the right to delete the specified object. |
| ReadAccess | 1 | Specifies the right to read the specified type of object. |
| ShareAccess | 0x40 | Specifies the right to share the specified object. |
| WriteAccess | 2 | Specifies the right to update (write to) the specified object. |
Remarks
This enumeration is used for the PrincipalAccess.AccessMask property.
The value of this enumeration depends on whether you access it from the WSDL or from the Microsft.Crm.Sdk assembly. To avoid errors, you should use the enumeration value. Do not convert the enumeration value to an integer.
See Also
Reference
© 2010 Microsoft Corporation. All rights reserved.
