Gets or sets description text for the item.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
Dim instance As PaneItemDescriptionBase
Dim value As String
value = instance.Description
instance.Description = value
|
Syntax
Visual Basic |
<XmlAttributeAttribute("DesignerName")> _
Public Property Description As String
|
C# |
[XmlAttributeAttribute("DesignerName")]
public string Description { get; set; }
|
C++ |
[XmlAttributeAttribute(L"DesignerName")]
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
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