ActionDescription.imageDescription Field
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
'Usage
Dim instance As ActionDescription
Dim value As NodeImagesDescription
value = instance.imageDescription
instance.imageDescription = value
Syntax
'Declaration
<XmlElementAttribute("ImagesDescription", IsNullable:=False)> _
Public imageDescription As NodeImagesDescription
[XmlElementAttribute("ImagesDescription", IsNullable=false)]
public NodeImagesDescription imageDescription
[XmlElementAttribute(L"ImagesDescription", IsNullable=false)]
public:
NodeImagesDescription^ imageDescription
/** @attribute XmlElementAttribute("ImagesDescription", IsNullable=false) */
public NodeImagesDescription imageDescription
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
Reference
ActionDescription Class
ActionDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
NodeImagesDescription