NodeImagesDescription.externalImageDescription Field
Indicates an AssemblyDescription object that represents the external image assembly for the node images.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As NodeImagesDescription
Dim value As AssemblyDescription
value = instance.externalImageDescription
instance.externalImageDescription = value
Syntax
'Declaration
<XmlElementAttribute("ExternalImage", IsNullable:=False)> _
Public externalImageDescription As AssemblyDescription
[XmlElementAttribute("ExternalImage", IsNullable=false)]
public AssemblyDescription externalImageDescription
[XmlElementAttribute(L"ExternalImage", IsNullable=false)]
public:
AssemblyDescription^ externalImageDescription
/** @attribute XmlElementAttribute("ExternalImage", IsNullable=false) */
public AssemblyDescription externalImageDescription
XmlElementAttribute("ExternalImage", IsNullable=false)
public var externalImageDescription : AssemblyDescription
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
NodeImagesDescription Class
NodeImagesDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
AssemblyDescription Class