SPProviderHierarchyElement.HierarchyNodeID property
Gets or sets a string that contains a unique identifier associated with the SPProviderHierarchyElement control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "Id")> _
Public Overridable Property HierarchyNodeID As String
Get
Set
'Usage
Dim instance As SPProviderHierarchyElement
Dim value As String
value = instance.HierarchyNodeID
instance.HierarchyNodeID = value
[DataMemberAttribute(Name = "Id")]
public virtual string HierarchyNodeID { get; set; }
Property value
Type: System.String
A String that contains a unique identifier associated with the control.
Remarks
This is the node identifier of the element in the claims provider hierarchy tree. This element must not be a null reference (Nothing in Visual Basic).
See also
Reference
SPProviderHierarchyElement class