BaseStationSettingsAutoSavePolarPlotsMinutes Property |
Gets or sets the number of minutes to wait between automatic saves of polar plots.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int AutoSavePolarPlotsMinutes { get; set; }
Public Property AutoSavePolarPlotsMinutes As Integer
Get
Set
public:
property int AutoSavePolarPlotsMinutes {
int get ();
void set (int value);
}
member AutoSavePolarPlotsMinutes : int with get, set
Property Value
Type:
Int32See Also