TaskForm.Caption Property

Definition

Gets or sets the caption of the task form.

public:
 property Microsoft::SqlServer::Management::Localizable ^ Caption { Microsoft::SqlServer::Management::Localizable ^ get(); void set(Microsoft::SqlServer::Management::Localizable ^ value); };
public Microsoft.SqlServer.Management.Localizable Caption { get; set; }
member this.Caption : Microsoft.SqlServer.Management.Localizable with get, set
Public Property Caption As Localizable

Property Value

The specified caption of the task form.

Applies to