Active Query Builder 2 .NET Edition reference
ParentItems Property



Points to the list of child metadata items of the parent node.
Syntax
public MetadataList ParentItems {get;}
public: __property MetadataList* get_ParentItems();
'Declaration
 
Public ReadOnly Property ParentItems As MetadataList
 
'Usage
 
Dim instance As MetadataItem
Dim value As MetadataList
 
value = instance.ParentItems
Remarks
This list contains the reference to itself.
See Also

Reference

MetadataItem Class
MetadataItem Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback