SqlCeInfo.FactoryType Property

Gets or sets the factory type.

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

Syntax

'Declaration
Public Property FactoryType As String
    Get
    Friend Set
'Usage
Dim instance As SqlCeInfo
Dim value As String

value = instance.FactoryType
public string FactoryType { get; internal set; }
public:
property String^ FactoryType {
    String^ get ();
    internal: void set (String^ value);
}
member FactoryType : string with get, internal set
function get FactoryType () : String
internal function set FactoryType (value : String)

Property Value

Type: System.String
The factory type.

See Also

Reference

SqlCeInfo Class

Microsoft.SqlServerCe.VersionManagement Namespace