SqlCeInfo.Description Property

Gets or sets the description.

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

Syntax

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

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

Property Value

Type: System.String
The description.

See Also

Reference

SqlCeInfo Class

Microsoft.SqlServerCe.VersionManagement Namespace