SilverlightPlugin.MinimumVersion Property

Gets or sets a value that indicates the minimum Silverlight plug-in host version that is required for this Silverlight-based application.

Namespace:  System.Web.UI.SilverlightControls
Assembly:  System.Web.Silverlight (in System.Web.Silverlight.dll)

Syntax

'Declaration
Public Overridable Property MinimumVersion As Version
    Get
    Set
'Usage
Dim instance As SilverlightPlugin
Dim value As Version

value = instance.MinimumVersion

instance.MinimumVersion = value
public virtual Version MinimumVersion { get; set; }

Property Value

Type: System.Version
The minimum Silverlight plug-in host version.

Remarks

The default value is "1.0".

If the Silverlight application is accessed on a computer that does not have the minimum version of the Silverlight plug-in as specified by the MinimumVersion property, the required version of the Silverlight plug-in is automatically installed without user interaction if the AutoUpgrade property is true.

Otherwise, the user is prompted to install the required Silverlight plug-in.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

SilverlightPlugin Class

SilverlightPlugin Members

System.Web.UI.SilverlightControls Namespace

AutoUpgrade