Expand Minimize
This topic has not yet been rated - Rate this topic

AccessRights Enumeration

[Applies to: Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online]

Contains the possible access rights for a user.

Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
'Usage

'Declaration
<FlagsAttribute> _
<DataContractAttribute(Namespace:="http://schemas.microsoft.com/crm/2011/Contracts")> _
Public Enumeration AccessRights
Member nameDescription
AppendAccessThe right to append the specified record to another object. Value = 0x10.
AppendToAccessThe right to append another record to the specified object. Value = 16.
AssignAccessThe right to assign the specified record to another user or team. Value = 0x80000.
CreateAccessThe right to create a record. Value = 0x20.
DeleteAccessThe right to delete the specified record. Value = 0x10000.
NoneNo access. Value = 0.
ReadAccessThe right to read the specified type of record. Value = 1.
ShareAccessThe right to share the specified record. Value = 0x40000.
WriteAccessThe right to update the specified record. Value = 2.

This enumeration is used for the AccessMask property.


Development Platforms

Windows Server 2008

Target Platforms

Windows Server 2008, Windows 7 (All Versions), Windows Vista (All Versions)

Send comments about this topic to Microsoft.
© 2011 Microsoft Corporation. All rights reserved.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.