StandardNavigationSettings.TermSetId property

Gets or sets an ID that specifies the TermSet object used by the TaxonomySiteMapProvider object.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.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 P:Microsoft.SharePoint.Publishing.Navigation.StandardNavigationSettings.Source property is set to TaxonomyProvider or **InheritFromParent()**Web.

See also

Reference

StandardNavigationSettings class

StandardNavigationSettings members

Microsoft.SharePoint.Publishing.Navigation namespace