TaxonomySession.OfflineTermStoreNames property

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

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

Syntax

'Declaration
Public ReadOnly Property OfflineTermStoreNames As String()
    Get
'Usage
Dim instance As TaxonomySession
Dim value As String()

value = instance.OfflineTermStoreNames
public string[] OfflineTermStoreNames { get; }

Property value

Type: []
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.Client.Taxonomy namespace