AccessRights Enumeration

Applies To: Microsoft Dynamics CRM 2013, 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)

Syntax

'Declaration
<DataContractAttribute(Namespace:="https://schemas.microsoft.com/crm/2011/Contracts")> _
<FlagsAttribute> _
Public Enumeration AccessRights
[DataContractAttribute(Namespace="https://schemas.microsoft.com/crm/2011/Contracts")] 
[FlagsAttribute] 
public enum AccessRights

Members

Member name Description
AppendAccess The right to append the specified record to another object. Value = 0x10.
AppendToAccess The right to append another record to the specified object. Value = 16.
AssignAccess The right to assign the specified record to another user or team. Value = 0x80000.
CreateAccess The right to create a record. Value = 0x20.
DeleteAccess The right to delete the specified record. Value = 0x10000.
None No access. Value = 0.
ReadAccess The right to read the specified type of record. Value = 1.
ShareAccess The right to share the specified record. Value = 0x40000.
WriteAccess The right to update the specified record. Value = 2.

Remarks

This enumeration is used for the AccessMask property.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2012, Windows 7 (All Versions), Windows 8 (All Versions)

Target Platforms

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

See Also

Reference

Microsoft.Crm.Sdk.Messages Namespace
AccessMask

Other Resources

The Security Model of Microsoft Dynamics CRM
Setting Bit Flags

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.