ReferenceValue.Depth Property
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
'Usage
Dim instance As ReferenceValue
Dim value As Integer
value = instance.Depth
Syntax
'Declaration
Public MustOverride ReadOnly Property Depth As Integer
public abstract int Depth { get; }
public:
virtual property int Depth {
int get () abstract;
}
/** @property */
public abstract int get_Depth ()
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
Reference
ReferenceValue Class
ReferenceValue Members
Microsoft.MetadirectoryServices Namespace
ReferenceValue Class