StandardNavigationSettings.TermStoreId property
Gets or sets a unique ID for the TermStore object that is 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 TermStoreId As Guid
Get
Set
'Usage
Dim instance As StandardNavigationSettings
Dim value As Guid
value = instance.TermStoreId
instance.TermStoreId = value
public Guid TermStoreId { get; set; }
Property value
Type: System.Guid
An ID that specifies the TermStore object for the TaxonomySiteMapProvider object.
Remarks
The property is used only with the TaxonomyProvider field and the InheritFromParentWeb field.
See also
Reference
StandardNavigationSettings class