PaneItemDescriptionBase.Description Property

Gets or sets description text for the item.

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

Usage

'Usage
Dim instance As PaneItemDescriptionBase
Dim value As String

value = instance.Description

instance.Description = value

Syntax

'Declaration
<XmlAttributeAttribute("DesignerName")> _
Public Property Description As String
[XmlAttributeAttribute("DesignerName")] 
public string Description { get; set; }
[XmlAttributeAttribute(L"DesignerName")] 
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 used by applications, but 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

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