Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the NodeImagesDescription object that is associated with the management class.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ManagementClassDescription
Dim value As NodeImagesDescription
value = instance.imagesDescription
instance.imagesDescription = value
Syntax
'Declaration
<XmlElementAttribute("ImagesDescription", IsNullable:=False)> _
Public imagesDescription As NodeImagesDescription
[XmlElementAttribute("ImagesDescription", IsNullable=false)]
public NodeImagesDescription imagesDescription
[XmlElementAttribute(L"ImagesDescription", IsNullable=false)]
public:
NodeImagesDescription^ imagesDescription
/** @attribute XmlElementAttribute("ImagesDescription", IsNullable=false) */
public NodeImagesDescription imagesDescription
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
Reference
ManagementClassDescription Class
ManagementClassDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
NodeImagesDescription