WizardFramework.CancelMessage Property

 

Applies To: SQL Server 2016 Preview

The message that appears when the wizard is canceled.

Namespace:   Microsoft.SqlServer.Management.SqlWizardFramework
Assembly:  Microsoft.SqlServer.Management.SqlWizardFramework (in Microsoft.SqlServer.Management.SqlWizardFramework.dll)

Syntax

public string CancelMessage { get; set; }
public:
property String^ CancelMessage {
    virtual String^ get() sealed;
    virtual void set(String^ value) sealed;
}
abstract CancelMessage : string with get, set
override CancelMessage : string with get, set
Public Property CancelMessage As String

Property Value

Type: System.String

The cancellation message.

See Also

WizardFramework Class
Microsoft.SqlServer.Management.SqlWizardFramework Namespace

Return to top