Active Query Builder 2 .NET Edition reference
ParentItems Property



Points to the list of child metadata items of the parent node.
Syntax
'Declaration
 
Public ReadOnly Property ParentItems As MetadataList
'Usage
 
Dim instance As MetadataItem
Dim value As MetadataList
 
value = instance.ParentItems
public MetadataList ParentItems {get;}
public: __property MetadataList* get_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