TermStore.IsOnline Property
Indicates whether this term store is currently online (available).
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property IsOnline As Boolean
Get
'Usage
Dim instance As TermStore
Dim value As Boolean
value = instance.IsOnline
public bool IsOnline { get; }
Property Value
Type: System.Boolean
true if the T:Microsoft.SharePoint.Taxonomy.TermStore is online (available); otherwise false
Remarks
This property is set to false for a TermStore that is not available or not instantiated.