NavigationTerm.Parent property
Returns the parent NavigationTerm object.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As NavigationTerm
Get
'Usage
Dim instance As NavigationTerm
Dim value As NavigationTerm
value = instance.Parent
public NavigationTerm Parent { get; }
Property value
Type: Microsoft.SharePoint.Client.Publishing.Navigation.NavigationTerm
A parent term.
Remarks
If the term is a top-level term in the NavigationTermSet object, then the parent is null.