Active Query Builder 2 .NET Edition reference
Parent Property (MetadataItem)



Points to the parent node of the tree.
Syntax
'Declaration
 
Public ReadOnly Property Parent As MetadataItem
'Usage
 
Dim instance As MetadataItem
Dim value As MetadataItem
 
value = instance.Parent
public MetadataItem Parent {get;}
public: __property MetadataItem* get_Parent();

Property Value

Reference to the parent Metadata Item object. Null for the root node.
See Also

Reference

MetadataItem Class
MetadataItem Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback