다음을 통해 공유


HierarchyNode.Parent Property

Gets or sets the parent node of this node.

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

Syntax

'Declaration
Public Property Parent As HierarchyNode
    Get
    Set
'Usage
Dim instance As HierarchyNode
Dim value As HierarchyNode

value = instance.Parent

instance.Parent = value
public HierarchyNode Parent { get; set; }

Property Value

Type: Microsoft.SharePoint.JSGrid.HierarchyNode
The parent node of this node.

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.SharePoint.JSGrid Namespace