SilverlightPlugin.AutoUpgrade Property

Gets or sets a value indicating whether the Silverlight plug-in should automatically be upgraded.

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

Syntax

'Declaration
Public Overridable Property AutoUpgrade As Boolean
    Get
    Set
'Usage
Dim instance As SilverlightPlugin
Dim value As Boolean

value = instance.AutoUpgrade

instance.AutoUpgrade = value
public virtual bool AutoUpgrade { get; set; }

Property Value

Type: System.Boolean
true if the Silverlight plug-in should automatically be upgraded; otherwise, false. The default value is true.

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