RolePrivilege Class

 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Contains information about a privilege.

For the Web API the corresponding type is RolePrivilege ComplexType.

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

System.Object
  Microsoft.Crm.Sdk.Messages.RolePrivilege

[DataContractAttribute(Namespace = "http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class RolePrivilege : IExtensibleDataObject

NameDescription
System_CAPS_pubmethodRolePrivilege()

Initializes a new instance of the RolePrivilege class.

System_CAPS_pubmethodRolePrivilege(Int32, Guid)

Initializes a new instance of the RolePrivilege class by setting the depth and the privilege ID.

System_CAPS_pubmethodRolePrivilege(Int32, Guid, Guid)

Initializes a new instance of the RolePrivilege class by setting the depth (as an integer), the privilege ID, and the business unit ID.

System_CAPS_pubmethodRolePrivilege(PrivilegeDepth, Guid, Guid)

Initializes a new instance of the RolePrivilege class by setting the depth, privilege ID, and business unit ID.

NameDescription
System_CAPS_pubpropertyBusinessUnitId

Gets or sets the ID of the business unit.

System_CAPS_pubpropertyDepth

Gets or sets the depth of the privilege.

System_CAPS_pubpropertyExtensionData

Gets or sets the structure that contains extra data.

System_CAPS_pubpropertyPrivilegeId

Gets or sets the ID of the privilege.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: