Gets a value that indicates if the query processor setup report is active. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As QueryProcessorBase
Dim value As Boolean

value = instance.QueryProcessorSetupReportActive

Syntax

Visual Basic
Public ReadOnly Property QueryProcessorSetupReportActive As Boolean
C#
public bool QueryProcessorSetupReportActive { get; }
C++
public:
property bool QueryProcessorSetupReportActive {
		bool get ();
}
J#
/** @property */
public boolean get_QueryProcessorSetupReportActive ()
JScript
public function get QueryProcessorSetupReportActive () : boolean

Property Value

true if the setup report is active; otherwise false.

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