Windward Studios API Reference
Children Property
See Also  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace > MetaDataElement Class : Children Property




Glossary Item Box

The children nodes of this node. For example the column nodes are children of the table node.

Syntax

Visual Basic (Declaration) 
Public Property Children As List(Of MetaDataElement)
Visual Basic (Usage)Copy Code
Dim instance As MetaDataElement
Dim value As List(Of MetaDataElement)
 
instance.Children = value
 
value = instance.Children
C# 
public List<MetaDataElement> Children {get; set;}
Managed Extensions for C++ 
public: __property List<MetaDataElement*>* get_Children();
public: __property void set_Children( 
   List<MetaDataElement*>* value
);
C++/CLI 
public:
property List<MetaDataElement^>^ Children {
   List<MetaDataElement^>^ get();
   void set (    List<MetaDataElement^>^ value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software