| 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.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxstring FileName { get; set; }Property FileName As String
	Get
	Set
property String^ FileName {
	String^ get ();
	void set (String^ value);
}abstract FileName : string with get, set
Property Value
Type: 
String
See Also