IBaseStationDatabaseIsConnected Property |
Gets a value indicating that there is an open connection to the database.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool IsConnected { get; }
ReadOnly Property IsConnected As Boolean
Get
property bool IsConnected {
bool get ();
}
abstract IsConnected : bool with get
Property Value
Type:
BooleanSee Also