Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the associated TermSet object if this NavigationTermSet 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 GetTaxonomyTermSet As TermSet
'Usage
Dim instance As NavigationTermSet
Dim returnValue As TermSet
returnValue = instance.GetTaxonomyTermSet()
public virtual TermSet GetTaxonomyTermSet()
Return value
Type: Microsoft.SharePoint.Client.Taxonomy.TermSet
The associated TermSet object.
Remarks
The method is not supported in read-only mode.