RolePrivilege.Depth Property

 

Applies To: Dynamics CRM 2015

Gets or sets the depth of the privilege.

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

Syntax

[DataMemberAttribute]
public PrivilegeDepth Depth { get; set; }
public:
[DataMemberAttribute]
property PrivilegeDepth Depth {
    PrivilegeDepth get();
    void set(PrivilegeDepth value);
}
[<DataMemberAttribute>]
member Depth : PrivilegeDepth with get, set
<DataMemberAttribute>
Public Property Depth As PrivilegeDepth

Property Value

Type: Microsoft.Crm.Sdk.Messages.PrivilegeDepth

Type: PrivilegeDepth
The depth of the privilege.

See Also

RolePrivilege Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright