Indicates where the icon resources for this node should be
retrieved from. The icon resource information is 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 imagesDescription As NodeImagesDescription
|
C# |
[XmlElementAttribute("ImagesDescription", IsNullable=false)]
public NodeImagesDescription imagesDescription
|
C++ |
[XmlElementAttribute(L"ImagesDescription", IsNullable=false)]
public:
NodeImagesDescription^ imagesDescription
|
J# |
/** @attribute XmlElementAttribute("ImagesDescription", IsNullable=false) */
public NodeImagesDescription imagesDescription
|
JScript |
XmlElementAttribute("ImagesDescription", IsNullable=false)
public var imagesDescription : NodeImagesDescription
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also