TreeControl.Nodes Property
Gets the root nodes of the tree.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property Nodes As TreeNodeCollection
Get
'Usage
Dim instance As TreeControl
Dim value As TreeNodeCollection
value = instance.Nodes
public TreeNodeCollection Nodes { get; }
Property Value
Type: System.Web.UI.WebControls.TreeNodeCollection
Returns TreeNodeCollection.