IBaseStationDatabaseWriteSupportEnabled Property |
Gets or sets a flag indicating that methods that can create or modify the database are enabled. By default
this setting is disabled. Changing this setting closes the current connection, the next call to access the
database will reopen it.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool WriteSupportEnabled { get; set; }
Property WriteSupportEnabled As Boolean
Get
Set
property bool WriteSupportEnabled {
bool get ();
void set (bool value);
}
abstract WriteSupportEnabled : bool with get, set
Property Value
Type:
BooleanSee Also