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