TaxonomySession.OfflineTermStoreNames property

Gets a StringCollection of names of TermStore objects that are currently offline.

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

Syntax

'Declaration
Public ReadOnly Property OfflineTermStoreNames As StringCollection
    Get
'Usage
Dim instance As TaxonomySession
Dim value As StringCollection

value = instance.OfflineTermStoreNames
public StringCollection OfflineTermStoreNames { get; }

Property value

Type: System.Collections.Specialized.StringCollection
Returns a StringCollection.

Remarks

These TermStore objects may be offline for a number of reasons. If the issue persists, contact the administrator.

See also

Reference

TaxonomySession class

TaxonomySession members

Microsoft.SharePoint.Taxonomy namespace