Gets or sets the text that is displayed in the request status bar of Microsoft Management Console for the console root description. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ConsoleRootDescription
Dim value As String

value = instance.DisplayDescription

instance.DisplayDescription = value

Syntax

Visual Basic
<XmlAttributeAttribute("Description")> _
Public Property DisplayDescription As String
C#
[XmlAttributeAttribute("Description")] 
public string DisplayDescription { get; set; }
C++
[XmlAttributeAttribute(L"Description")] 
public:
property String^ DisplayDescription {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_DisplayDescription ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_DisplayDescription (String value)
JScript
DebuggerStepThroughAttribute 
public function get DisplayDescription () : String

DebuggerStepThroughAttribute 
public function set DisplayDescription (value : String)

Property Value

Display description string.

Remarks

The text represented by this property can include replacement objects, as indicated by "##SUB:[property]##" (no quotes).


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also