ImageGear v26.0 - Updated
Children Property




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearMetadataTree Class : Children Property
Gets array of child nodes.
Syntax
'Declaration
 
Public ReadOnly Property Children As ImGearMetadataNodeList
'Usage
 
Dim instance As ImGearMetadataTree
Dim value As ImGearMetadataNodeList
 
value = instance.Children
public ImGearMetadataNodeList Children {get;}
public: __property ImGearMetadataNodeList* get_Children();
public:
property ImGearMetadataNodeList^ Children {
   ImGearMetadataNodeList^ get();
}

Property Value

ImGearMetadataNodeList class instance or null.
Remarks
List of children nodes as ImGearMetadataNodeList class.
See Also

Reference

ImGearMetadataTree Class
ImGearMetadataTree Members
ImGearMetadataNodeList Class

Is this page helpful?
Yes No
Thanks for your feedback.