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

Visual Basic
Dim instance As NodeImagesDescription
Dim value As AssemblyDescription

value = instance.externalImageDescription

instance.externalImageDescription = value

Syntax

Visual Basic
<XmlElementAttribute("ExternalImage", IsNullable:=False)> _
Public externalImageDescription As AssemblyDescription
C#
[XmlElementAttribute("ExternalImage", IsNullable=false)] 
public AssemblyDescription externalImageDescription
C++
[XmlElementAttribute(L"ExternalImage", IsNullable=false)] 
public:
AssemblyDescription^ externalImageDescription
J#
/** @attribute XmlElementAttribute("ExternalImage", IsNullable=false) */ 
public AssemblyDescription externalImageDescription
JScript
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