TermStore.IsOnline Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether this term store is currently online (available).
public:
property bool IsOnline { bool get(); };
[Microsoft.SharePoint.Client.ClientCallable(ClientLibraryTargets=Microsoft.SharePoint.Client.ClientLibraryTargets.NonRESTful)]
public bool IsOnline { get; }
member this.IsOnline : bool
Public ReadOnly Property IsOnline As Boolean
Property Value
true if the T:Microsoft.SharePoint.Taxonomy.TermStore is online (available); otherwise false
- Attributes
-
ClientCallableAttribute
Remarks
This property is set to false for a TermStore that is not available or not instantiated.
Applies to
Feedback
Submit and view feedback for