Freigeben über


IDeploymentStepInfo.StatusBarMessage Property

Definition

Gets or sets the message that is shown in the status bar when the deployment step is executing.

public:
 property System::String ^ StatusBarMessage { System::String ^ get(); void set(System::String ^ value); };
public string StatusBarMessage { get; set; }
member this.StatusBarMessage : string with get, set
Public Property StatusBarMessage As String

Property Value

The message that is shown in the status bar when the deployment step is executing.

Remarks

The message should be a localized resource.

Applies to