'Declaration Public ReadOnly Property Children As System.Collections.ObjectModel.ReadOnlyCollection(Of DataSetTreeNode)
public System.Collections.ObjectModel.ReadOnlyCollection<DataSetTreeNode> Children { get; }
public: __property System.Collections.ObjectModel.ReadOnlyCollection<DataSetTreeNode*>* get_Children();
public:
property System.Collections.ObjectModel.ReadOnlyCollection<DataSetTreeNode^>^ Children { System.Collections.ObjectModel.ReadOnlyCollection<DataSetTreeNode^>^ get(); }