RolePrivilege.Depth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the depth of the privilege.
public:
property Microsoft::Crm::Sdk::Messages::PrivilegeDepth Depth { Microsoft::Crm::Sdk::Messages::PrivilegeDepth get(); void set(Microsoft::Crm::Sdk::Messages::PrivilegeDepth value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Crm.Sdk.Messages.PrivilegeDepth Depth { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Depth : Microsoft.Crm.Sdk.Messages.PrivilegeDepth with get, set
Public Property Depth As PrivilegeDepth
Property Value
The depth of the privilege.
- Attributes