ConnectivityService IsOnline Property TIBCO Spotfire 6.0 API Reference
Gets whether or not the application is online.

Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public bool IsOnline { get; }

Property Value

Type: Boolean
true if the application is currently connected to a Spotfire Server; otherwise false.
See Also