TaxonomySiteMapProviderSettings.TermStoreId property
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assemblies: Microsoft.SharePoint.Client.Publishing.Silverlight (in Microsoft.SharePoint.Client.Publishing.Silverlight.dll); Microsoft.SharePoint.Client.Publishing.Phone (in Microsoft.SharePoint.Client.Publishing.Phone.dll) Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Property TermStoreId As Guid
Get
Set
'Usage
Dim instance As TaxonomySiteMapProviderSettings
Dim value As Guid
value = instance.TermStoreId
instance.TermStoreId = value
public Guid TermStoreId { get; set; }
Property value
Type: System.Guid
See also
Reference
TaxonomySiteMapProviderSettings class