SqlCeInfo.Name Property

Gets or sets the name.

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

Syntax

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

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

Property Value

Type: System.String
The name.

See Also

Reference

SqlCeInfo Class

Microsoft.SqlServerCe.VersionManagement Namespace