Gets a value indicating if the user is currently online. It is not recommended to rely on the accuracy of this value.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsOnline { get; }
Public ReadOnly Property IsOnline As Boolean
Get
public:
property bool IsOnline {
bool get ();
}
member IsOnline : bool with get
Property Value
Type:
Boolean
See Also