TaxonomySession.TermStores property
A collection of TermStore objects that are associated with the SPWebApplication object of the current SPSite object.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property TermStores As TermStoreCollection
Get
'Usage
Dim instance As TaxonomySession
Dim value As TermStoreCollection
value = instance.TermStores
public TermStoreCollection TermStores { get; }
Property value
Type: Microsoft.SharePoint.Client.Taxonomy.TermStoreCollection
Returns a TermStoreCollection object.