NavigationTermSet.TermStoreId property

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

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

Syntax

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

value = instance.TermStoreId
public 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.Client.Publishing.Navigation namespace