PrivilegeType Enumeration
Describes the type of operation for the privilege
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
'Declaration
<DataContractAttribute(Name:="PrivilegeType", Namespace:="https://schemas.microsoft.com/xrm/2011/Metadata")> _
Public Enumeration PrivilegeType
[DataContractAttribute(Name="PrivilegeType", Namespace="https://schemas.microsoft.com/xrm/2011/Metadata")]
public enum PrivilegeType
Mitglieder
Mitgliedsname | Beschreibung |
---|---|
Append | The append privilege. Value = 7. |
AppendTo | The append to privilege. Value = 8. |
Assign | The assign privilege. Value = 5. |
Create | The create privilege. Value = 1. |
Delete | The delete privilege. Value = 4. |
None | Specifies no privilege. Value = 0. |
Read | The read privilege. Value = 2. |
Share | The share privilege. Value = 6. |
Write | The write privilege. Value = 3. |
Plattformen
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
Siehe auch
Referenz
Microsoft.Xrm.Sdk.Metadata Namespace
Weitere Ressourcen
How Role-Based Security Can Be Used to Control Access to Entities In Microsoft Dynamics CRM
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.