TermStore.IsOnline property

Indicates whether this term store is currently online (available).

Namespace:  Microsoft.SharePoint.Client.Taxonomy
Assembly:  Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.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 TermStore is online (available); otherwise false

Remarks

This property is set to false for a TermStore that is not available or not instantiated.

See also

Reference

TermStore class

TermStore members

Microsoft.SharePoint.Client.Taxonomy namespace