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