Gets a query processor that has been initialized to process queries for the console parent node. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As ConsoleParentNode
Dim queryProcessor As String
Dim value As QueryProcessorBase

value = instance(queryProcessor)

Syntax

Visual Basic
Public ReadOnly Default Property Item ( _
		queryProcessor As String _
) As QueryProcessorBase
C#
public QueryProcessorBase this [
		string queryProcessor
] { get; }
C++
public:
property QueryProcessorBase^ default [String^] {
		QueryProcessorBase^ get (String^ queryProcessor);
}
J#
/** @property */
public QueryProcessorBase get_Item (String queryProcessor)
JScript

Parameters

queryProcessor

[in] Name of a query processor.

Property Value

QueryProcessorBase object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also