CustomMessageBox.Description Property
Gets or sets the description text (below the header).
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public string Description { get; set; }
public:
property String^ Description {
String^ get();
void set(String^ value);
}
Public Property Description As String
Property Value
Type: System.String
See Also
CustomMessageBox Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top