Click or drag to resize
PluginManifestMinimumVersion Property
Gets or sets the earliest version of Virtual Radar Server that this plugin will work with.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string MinimumVersion { get; set; }

Property Value

Type: String
Remarks

The version should be of the form "1.2.3" - i.e. do not specify the Virtual Radar Server revision number here.

If the currently installed version of Virtual Radar Server is lower than the version specified here then the plugin will not be loaded. An entry will be shown in the plugin's list to explain why the plugin was not loaded.

If this value is null or an empty string then the check for the minimum version is disabled.

See Also