BaseStationSettingsDatabaseFileName Property |
Gets or sets the full path to the BaseStation database file to use.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string DatabaseFileName { get; set; }
Public Property DatabaseFileName As String
Get
Set
public:
property String^ DatabaseFileName {
String^ get ();
void set (String^ value);
}
member DatabaseFileName : string with get, set
Property Value
Type:
StringSee Also