SPProviderHierarchyTree.HierarchyNodeID property

Gets or sets a string that contains a unique identifier associated with the SPProviderHierarchyTree control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "Id")> _
Public Overrides Property HierarchyNodeID As String
    Get
    Set
'Usage
Dim instance As SPProviderHierarchyTree
Dim value As String

value = instance.HierarchyNodeID

instance.HierarchyNodeID = value
[DataMemberAttribute(Name = "Id")]
public override string HierarchyNodeID { get; set; }

Property value

Type: System.String
A String that contains a unique identifier associated with the control.

See also

Reference

SPProviderHierarchyTree class

SPProviderHierarchyTree members

Microsoft.SharePoint.WebControls namespace