Click or drag to resize
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.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool WriteSupportEnabled { get; set; }

Property Value

Type: Boolean
See Also