Click or drag to resize
IBaseStationDatabaseFileName Property
Gets or sets the full path and filename of the database. Changing the filename causes the current connection to close, the next operation on the database causes it to open a new connection as per usual.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string FileName { get; set; }

Property Value

Type: String
See Also