TaskForm.ITaskFormInfo.Caption Property

Gets the caption of the task form.

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

Syntax

'Declaration
Private ReadOnly Property Caption As String
    Implements ITaskFormInfo.Caption
    Get
'Usage
Dim instance As TaskForm
Dim value As String

value = CType(instance, ITaskFormInfo).Caption
string ITaskFormInfo.Caption { get; }
private:
virtual property String^ Caption {
    String^ get () sealed = ITaskFormInfo::Caption::get;
}
private abstract Caption : string
private override Caption : string
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.String
A string that represents the caption of the task form.

Implements

ITaskFormInfo.Caption