| ConfigurationVersionCheckSettings Property  | 
            Gets or sets the object holding settings that control how checks for new versions of the application are made.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic VersionCheckSettings VersionCheckSettings { get; set; }Public Property VersionCheckSettings As VersionCheckSettings
	Get
	Set
public:
property VersionCheckSettings^ VersionCheckSettings {
	VersionCheckSettings^ get ();
	void set (VersionCheckSettings^ value);
}member VersionCheckSettings : VersionCheckSettings with get, set
Property Value
Type: 
VersionCheckSettings
See Also