| BTreeBaseKey, ValueIsLeaf Property  | 
 
            Is the root a leaf node or not?
            
 
    Namespace: 
   VelocityDb.Collection.BTree
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
 Syntax
Syntaxpublic bool IsLeaf { get; }Public ReadOnly Property IsLeaf As Boolean
	Get
public:
property bool IsLeaf {
	bool get ();
}member IsLeaf : bool with get
Property Value
Type: 
Boolean See Also
See Also