Indicates the icon resource that is associated with this action. The icon resource name, assembly and type information are stored in a NodeImagesDescription object. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ActionDescription
Dim value As NodeImagesDescription

value = instance.imageDescription

instance.imageDescription = value

Syntax

Visual Basic
<XmlElementAttribute("ImagesDescription", IsNullable:=False)> _
Public imageDescription As NodeImagesDescription
C#
[XmlElementAttribute("ImagesDescription", IsNullable=false)] 
public NodeImagesDescription imageDescription
C++
[XmlElementAttribute(L"ImagesDescription", IsNullable=false)] 
public:
NodeImagesDescription^ imageDescription
J#
/** @attribute XmlElementAttribute("ImagesDescription", IsNullable=false) */ 
public NodeImagesDescription imageDescription
JScript
XmlElementAttribute("ImagesDescription", IsNullable=false) 
public var imageDescription : NodeImagesDescription

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also