CRolePrivilege Class
The CRolePrivilege class stores role privilege information.
System.Object
CRolePrivilege
[Visual Basic .NET]
Public Class CRolePrivilege
Inherits System.Object
[C#]
public class CRolePrivilege: System.Object
[C++]
public __gc class CRolePrivilege: public System.Object
The CRolePrivilege class exposes the following members.
Constructor | Description |
CRolePrivilege | The constructor for the class. |
Field | Description |
Depth | Specifies the depth of the privilege. Assign a value to this field using the Microsoft.Crm.Platform.Proxy.PRIVILEGE_DEPTH enumeration. |
PrivilegeId | Specifies the ID for the privilege. |
Requirements
Namespace: Microsoft.Crm.Platform.Proxy
Assembly: Microsoft.Crm.Platform.Proxy.dll
See Also