RolePrivilege Constructor (PrivilegeDepth, Guid, Guid)

 

Applies To: Dynamics CRM 2015

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

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

Syntax

public RolePrivilege(
    PrivilegeDepth depth,
    Guid privilegeId,
    Guid businessId
)
public:
RolePrivilege(
    PrivilegeDepth depth,
    Guid privilegeId,
    Guid businessId
)
new : 
        depth:PrivilegeDepth *
        privilegeId:Guid *
        businessId:Guid -> RolePrivilege
Public Sub New (
    depth As PrivilegeDepth,
    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