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.

See also

Reference

TreeControl class

TreeControl members

Microsoft.SharePoint.Taxonomy namespace