VersionCheckSettingsCheckAutomatically Property |
Gets and sets a value indicating that the user wants the program to check for itself every so often.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool CheckAutomatically { get; set; }
Public Property CheckAutomatically As Boolean
Get
Set
public:
property bool CheckAutomatically {
bool get ();
void set (bool value);
}
member CheckAutomatically : bool with get, set
Property Value
Type:
BooleanSee Also