다음을 통해 공유


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 TermStoreCollection.

See Also

Reference

TaxonomySession Class

TaxonomySession Members

Microsoft.SharePoint.Taxonomy Namespace