ImportManager.TermStore property

Gets the TermStore object in which to import.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public ReadOnly Property TermStore As TermStore
    Get
'Usage
Dim instance As ImportManager
Dim value As TermStore

value = instance.TermStore
public TermStore TermStore { get; }

Property value

Type: Microsoft.SharePoint.Taxonomy.TermStore
The term store in which to import

See also

Reference

ImportManager class

ImportManager members

Microsoft.SharePoint.Taxonomy namespace