Share via


NavigationTermSet.TermStoreId property

Gets the unique ID of the associated term store for the NavigationTermSet object.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property TermStoreId As Guid
    Get
'Usage
Dim instance As NavigationTermSet
Dim value As Guid

value = instance.TermStoreId
public abstract Guid TermStoreId { get; }

Property value

Type: System.Guid
The unique ID of an associated TermStore object

See also

Reference

NavigationTermSet class

NavigationTermSet members

Microsoft.SharePoint.Publishing.Navigation namespace