Partager via


ProgressForm.StatusText Property

 

Gets or sets the status text above the progress bar.

Namespace:   Microsoft.WindowsServerSolutions.Properties
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public string StatusText { get; set; }
public:
property String^ StatusText {
    String^ get();
    void set(String^ value);
}
Public Property StatusText As String

Property Value

Type: System.String

A System.String.

See Also

ProgressForm Class
Microsoft.WindowsServerSolutions.Properties Namespace

Return to top