IObjectTreeNodeChildren Property |
Gets the collection of child objects.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyList<IObjectTreeNode> Children { get; }
ReadOnly Property Children As IReadOnlyList(Of IObjectTreeNode)
Get
Dim instance As IObjectTreeNode
Dim value As IReadOnlyList(Of IObjectTreeNode)
value = instance.Children
property IReadOnlyList<IObjectTreeNode^>^ Children {
IReadOnlyList<IObjectTreeNode^>^ get ();
}
Property Value
Type:
IReadOnlyListIObjectTreeNodeSee Also