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
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