SqlCeRuntimeInfo.LocationOf32BitDlls Property

Gets the location of the 32-bit native binaries.

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

Syntax

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

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

Property Value

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

See Also

Reference

SqlCeRuntimeInfo Class

Microsoft.SqlServerCe.VersionManagement Namespace