Indicates an AssemblyDescription object that represents the external sort method assembly for the management class property. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ManagementClassPropertyDescription
Dim value As AssemblyDescription

value = instance.externalSortMethodAssembly

instance.externalSortMethodAssembly = value

Syntax

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

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also