ProgressBarForm.Detail Property
Gets and sets the form detail.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public string Detail { get; set; }
public:
property String^ Detail {
String^ get();
void set(String^ value);
}
Public Property Detail As String
Property Value
Type: System.String
The form detail.
See Also
ProgressBarForm Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top