SqlCeVersionManager.LatestRuntimeAvailable Property

Gets the latest SQL Server Compact runtime available in the machine.

Namespace:  Microsoft.SqlServerCe.VersionManagement
Assembly:  Microsoft.SqlServerCe.VersionManagement (in Microsoft.SqlServerCe.VersionManagement.dll)

Syntax

'Declaration
Public Shared ReadOnly Property LatestRuntimeAvailable As SqlCeRuntimeInfo
    Get
'Usage
Dim value As SqlCeRuntimeInfo

value = SqlCeVersionManager.LatestRuntimeAvailable
public static SqlCeRuntimeInfo LatestRuntimeAvailable { get; }
public:
static property SqlCeRuntimeInfo^ LatestRuntimeAvailable {
    SqlCeRuntimeInfo^ get ();
}
static member LatestRuntimeAvailable : SqlCeRuntimeInfo
static function get LatestRuntimeAvailable () : SqlCeRuntimeInfo

Property Value

Type: Microsoft.SqlServerCe.VersionManagement.SqlCeRuntimeInfo
The latest SQL Server Compact runtime available in the machine.

See Also

Reference

SqlCeVersionManager Class

Microsoft.SqlServerCe.VersionManagement Namespace