Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
See Also
ProgressForm Class
Microsoft.WindowsServerSolutions.Properties Namespace
Return to top