AccessRights 列舉
Contains the possible access rights for a user.
命名空間: Microsoft.Crm.Sdk.Messages
組件: Microsoft.Crm.Sdk.Proxy (在 Microsoft.Crm.Sdk.Proxy.dll 中)
語法
'宣告
<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
成員
成員名稱 | 描述 |
---|---|
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). |
備註
This enumeration is used for the AccessMask property.
平台
Development Platforms
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Target Platforms
Windows Server 2008、Windows Server 2012、Windows 7
請參閱
參照
Microsoft.Crm.Sdk.Messages 命名空間
AccessMask
其他資源
The Security Model of Microsoft Dynamics CRM
Setting Bit Flags
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.