TaskForm.ITaskFormInfo.Description Property

Definition

Gets the description of the task.

property System::String ^ Microsoft::SqlServer::Management::TaskForms::ITaskFormInfo::Description { System::String ^ get(); };
string Microsoft.SqlServer.Management.TaskForms.ITaskFormInfo.Description { get; }
member this.Microsoft.SqlServer.Management.TaskForms.ITaskFormInfo.Description : string
 ReadOnly Property Description As String Implements ITaskFormInfo.Description

Property Value

String

The description of the task.

Implements

Applies to