Deployment.RuntimeVersion Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the Silverlight runtime version that this deployment supports.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public ReadOnly Property RuntimeVersion As String
public string RuntimeVersion { get; }
<Deployment xmlns="https://schemas.microsoft.com/client/2007/deployment" RuntimeVersion="version" .../>
XAML Values
- version
A numerical version number, such as "2.0.30908".
Property Value
Type: System.String
The Silverlight runtime version that this deployment supports.
Remarks
Dependency property identifier field: RuntimeVersionProperty
For more information, see Silverlight Plug-in Versioning.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.