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 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