ProgressForm.DescriptionText Property
Gets or sets the description text at the top of the client area.
Namespace: Microsoft.WindowsServerSolutions.Properties
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public string DescriptionText { get; set; }
public:
property String^ DescriptionText {
String^ get();
void set(String^ value);
}
Public Property DescriptionText As String
Property Value
Type: System.String
See Also
ProgressForm Class
Microsoft.WindowsServerSolutions.Properties Namespace
Return to top