NodeDescription.queryProcessingAssembly Field

Indicates an AssemblyDescription object for the assembly that is used in processing queries.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As NodeDescription
Dim value As AssemblyDescription

value = instance.queryProcessingAssembly

instance.queryProcessingAssembly = value

Syntax

'Declaration
<XmlElementAttribute("QueryProcessingAssembly", IsNullable:=False)> _
Public queryProcessingAssembly As AssemblyDescription
[XmlElementAttribute("QueryProcessingAssembly", IsNullable=false)] 
public AssemblyDescription queryProcessingAssembly
[XmlElementAttribute(L"QueryProcessingAssembly", IsNullable=false)] 
public:
AssemblyDescription^ queryProcessingAssembly
/** @attribute XmlElementAttribute("QueryProcessingAssembly", IsNullable=false) */ 
public AssemblyDescription queryProcessingAssembly
XmlElementAttribute("QueryProcessingAssembly", IsNullable=false) 
public var queryProcessingAssembly : AssemblyDescription

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

NodeDescription Class
NodeDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
AssemblyDescription Class