Share via


PropertyForm.ProgressDescription Property

 

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

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

Syntax

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

Property Value

Type: System.String

A System.String.

See Also

PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace

Return to top