Gets or sets the text of the node description. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As NodeDescription
Dim value As String

value = instance.Description

instance.Description = value

Syntax

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

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

DebuggerStepThroughAttribute 
public function set Description (value : String)

Property Value

Description text string.

Remarks

This property is not used in the Configuration Manager console.


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