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)
Available in Sandboxed Solutions: No
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.