Gets the hierarchy depth of a
ReferenceValue
object. The return value is equal to the number of components in
the distinguished name.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
Visual Basic |
Dim instance As ReferenceValue
Dim value As Integer
value = instance.Depth
|
Syntax
Visual Basic |
Public MustOverride ReadOnly Property Depth As Integer
|
C# |
public abstract int Depth { get; }
|
C++ |
public:
virtual property int Depth {
int get () abstract;
}
|
J# |
/** @property */
public abstract int get_Depth ()
|
JScript |
public abstract function get Depth () : int
|
Property Value
Returns an
Int32 object.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also