SilverlightWebPart.MinRuntimeVersion Property

Gets or sets the minimum version of the Silverlight runtime that the Silverlight application requires.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property MinRuntimeVersion As String
    Get
    Set
'Usage
Dim instance As SilverlightWebPart
Dim value As String

value = instance.MinRuntimeVersion

instance.MinRuntimeVersion = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string MinRuntimeVersion { get; set; }

Property Value

Type: System.String
The minimum version.

Remarks

The form of the version is M.m, where M is the major version number and m is the minor version number; for example, “3.0”.

See Also

Reference

SilverlightWebPart Class

SilverlightWebPart Members

Microsoft.SharePoint.WebPartPages Namespace