TaxonomySession.TermStores property

A collection of TermStore objects that are associated with the SPWebApplication object of the current SPSite object.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.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.Taxonomy.TermStoreCollection
Returns a TermStoreCollection object.

See also

Reference

TaxonomySession class

TaxonomySession members

Microsoft.SharePoint.Taxonomy namespace