다음을 통해 공유


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