Partager via


ConsoleParentNode.Item Property

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

'Usage
Dim instance As ConsoleParentNode
Dim queryProcessor As String
Dim value As QueryProcessorBase

value = instance(queryProcessor)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    queryProcessor As String _
) As QueryProcessorBase
public QueryProcessorBase this [
    string queryProcessor
] { get; }
public:
property QueryProcessorBase^ default [String^] {
    QueryProcessorBase^ get (String^ queryProcessor);
}
/** @property */
public QueryProcessorBase get_Item (String queryProcessor)

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

Reference

ConsoleParentNode Class
ConsoleParentNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
QueryProcessorBase