SqlCeRuntimeInfo.LocationOf64BitDlls Property

Gets the location of the 64-bit native binaries.

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

Syntax

'Declaration
Public ReadOnly Property LocationOf64BitDlls As String
    Get
'Usage
Dim instance As SqlCeRuntimeInfo
Dim value As String

value = instance.LocationOf64BitDlls
public string LocationOf64BitDlls { get; }
public:
property String^ LocationOf64BitDlls {
    String^ get ();
}
member LocationOf64BitDlls : string
function get LocationOf64BitDlls () : String

Property Value

Type: System.String
The location of the 64-bit native binaries.

See Also

Reference

SqlCeRuntimeInfo Class

Microsoft.SqlServerCe.VersionManagement Namespace