NavigationTerm.GetTaxonomyTerm method
Returns the associated Term object if the NavigationTerm object is in the editable mode.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Overridable Function GetTaxonomyTerm As Term
'Usage
Dim instance As NavigationTerm
Dim returnValue As Term
returnValue = instance.GetTaxonomyTerm()
public virtual Term GetTaxonomyTerm()
Return value
Type: Microsoft.SharePoint.Client.Taxonomy.Term
A bound Term object if the NavigationTerm object is in “editable” mode; otherwise, a null reference (Nothing in Visual Basic).
Remarks
If the NavigationTerm object is in the “editable” mode, then this method returns the associated Term object. This method is not supported in “read-only” mode.