Share via


PropertyForm.ProgressTitle Property

 

Gets or sets the window title of the ProgressForm that is displayed during a commit operation.

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

Syntax

protected string ProgressTitle { get; set; }
protected:
property String^ ProgressTitle {
    String^ get();
    void set(String^ value);
}
Protected Property ProgressTitle As String

Property Value

Type: System.String

A System.String.

See Also

PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace

Return to top