QueryDescription.externalDisplayName Field
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
'Usage
Dim instance As QueryDescription
Dim value As AssemblyDescription
value = instance.externalDisplayName
instance.externalDisplayName = value
Syntax
'Declaration
<XmlElementAttribute("ExternalDisplayName", IsNullable:=False)> _
Public externalDisplayName As AssemblyDescription
[XmlElementAttribute("ExternalDisplayName", IsNullable=false)]
public AssemblyDescription externalDisplayName
[XmlElementAttribute(L"ExternalDisplayName", IsNullable=false)]
public:
AssemblyDescription^ externalDisplayName
/** @attribute XmlElementAttribute("ExternalDisplayName", IsNullable=false) */
public AssemblyDescription externalDisplayName
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
Reference
QueryDescription Class
QueryDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
AssemblyDescription Class