Microsoft Identity Integration Server 2003 Developer Reference

ReferenceValue.Depth

The Depth property retrieves the hierarchy depth of a ReferenceValue object. The return value is equal to the number of components in the distinguished name.
[C#]
public Int32 Depth {get;}
[Visual Basic .NET]
Public ReadOnly Property Depth As Int32

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

ReferenceValue