Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
Visual Basic |
---|
Dim value As QueryProcessorBase value = Me.QueryProcessor |
Syntax
Visual Basic |
---|
Protected ReadOnly Property QueryProcessor As QueryProcessorBase |
C# |
---|
protected QueryProcessorBase QueryProcessor { get; } |
C++ |
---|
protected: property QueryProcessorBase^ QueryProcessor { QueryProcessorBase^ get (); } |
J# |
---|
/** @property */ protected QueryProcessorBase get_QueryProcessor () |
JScript |
---|
protected function get QueryProcessor () : QueryProcessorBase |
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.