Share via


RolePrivilege.Depth Field

banner art

Specifies the depth of the privilege.

Syntax

[Visual Basic .NET]
Public Field Depth As PrivilegeDepth
[C#]
public PrivilegeDepth Depth;
[JScript]
public var Depth : PrivilegeDepth;

Remarks

The Depth field corresponds to one of the PrivilegeDepth enumeration values

See Also

© 2007 Microsoft Corporation. All rights reserved.