StandardNavigationSettings.TermSetId property
Gets or sets an ID that specifies the TermSet object used by the TaxonomySiteMapProvider object.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Property TermSetId As Guid
Get
Set
'Usage
Dim instance As StandardNavigationSettings
Dim value As Guid
value = instance.TermSetId
instance.TermSetId = value
public Guid TermSetId { get; set; }
Property value
Type: System.Guid
An ID that specifies the TermSet object for the TaxonomySiteMapProvider object.
Remarks
The property is used only when the Source property is set to TaxonomyProvider or InheritFromParentWeb.
See also
Reference
StandardNavigationSettings class