Indicates an AssemblyDescription object that supports an external query display name. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As QueryDescription
Dim value As AssemblyDescription

value = instance.externalDisplayName

instance.externalDisplayName = value

Syntax

Visual Basic
<XmlElementAttribute("ExternalDisplayName", IsNullable:=False)> _
Public externalDisplayName As AssemblyDescription
C#
[XmlElementAttribute("ExternalDisplayName", IsNullable=false)] 
public AssemblyDescription externalDisplayName
C++
[XmlElementAttribute(L"ExternalDisplayName", IsNullable=false)] 
public:
AssemblyDescription^ externalDisplayName
J#
/** @attribute XmlElementAttribute("ExternalDisplayName", IsNullable=false) */ 
public AssemblyDescription externalDisplayName
JScript
XmlElementAttribute("ExternalDisplayName", IsNullable=false) 
public var externalDisplayName : AssemblyDescription

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also