| BTreeBaseKey, ValueDepth Property  | 
 
            Gets the depth of the BTreeSet
            
 
    Namespace: 
   VelocityDb.Collection.BTree
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
 Syntax
Syntaxpublic ushort Depth { get; }Public ReadOnly Property Depth As UShort
	Get
public:
property unsigned short Depth {
	unsigned short get ();
}member Depth : uint16 with get
Property Value
Type: 
UInt16 See Also
See Also