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