Skip to content

DataBase.Active property

Wether the database is active or not. If true, the customer is currently working online (in cloud). If false, the customer is working offline and database's data is to be considered stale.

public bool Active { get; set; }

See Also