IMainViewNewVersionAvailable Property |
Gets or sets a value indicating that the user should be informed that a new version of the application is available.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool NewVersionAvailable { get; set; }
Property NewVersionAvailable As Boolean
Get
Set
property bool NewVersionAvailable {
bool get ();
void set (bool value);
}
abstract NewVersionAvailable : bool with get, set
Property Value
Type:
BooleanSee Also