Partager via


RootNodeDescription.DisplayDescription Property

Gets or sets the text that is displayed in the request status bar of Microsoft Management Console for the root node description.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As RootNodeDescription
Dim value As String

value = instance.DisplayDescription

instance.DisplayDescription = value

Syntax

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

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

DebuggerStepThroughAttribute 
public function set DisplayDescription (value : String)

Property Value

Display description string.

Example

Description="ClientAgentsNodeDescription"

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

Change History

See Also

Reference

RootNodeDescription Class
RootNodeDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace