TaskForm.Description Property

Gets or sets the description of the task form.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Property Description As Localizable
    Get
    Set
'Usage
Dim instance As TaskForm
Dim value As Localizable

value = instance.Description

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

Property Value

Type: Microsoft.SqlServer.Management.Localizable
The specified description of the task form.