NavigationTermSet.GetTaxonomyTermSet method
Returns the associated TermSet object if this NavigationTermSet object is in the editable mode.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public MustOverride Function GetTaxonomyTermSet As TermSet
'Usage
Dim instance As NavigationTermSet
Dim returnValue As TermSet
returnValue = instance.GetTaxonomyTermSet()
public abstract TermSet GetTaxonomyTermSet()
Return value
Type: Microsoft.SharePoint.Taxonomy.TermSet
Remarks
The method is not supported in read-only mode.
See also
Reference
Microsoft.SharePoint.Publishing.Navigation namespace
[M:Microsoft.SharePoint.Publishing.Navigation.NavigationTermSetItem.GetAsEditable(Microsoft.SharePoint.Taxonomy.TaxonomySession]