Udostępnij za pośrednictwem


NodeDescription.Description Property

Gets or sets the text of the node description.

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

Usage

'Usage
Dim instance As NodeDescription
Dim value As String

value = instance.Description

instance.Description = value

Syntax

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

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_Description (String value)
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

Reference

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