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

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

SPProviderHierarchyElement Members

Microsoft.SharePoint.WebControls Namespace