RolePrivilege Constructor (Int32, Guid, Guid)

 

Applies To: Dynamics CRM 2015

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

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

Syntax

public RolePrivilege(
    int depth,
    Guid privilegeId,
    Guid businessId
)
public:
RolePrivilege(
    int depth,
    Guid privilegeId,
    Guid businessId
)
new : 
        depth:int *
        privilegeId:Guid *
        businessId:Guid -> RolePrivilege
Public Sub New (
    depth As Integer,
    privilegeId As Guid,
    businessId As Guid
)

Parameters

See Also

RolePrivilege Overload
RolePrivilege Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright