Share via


QueryProcessorBase.QueryProcessorSetupReportActive Property

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

'Usage
Dim instance As QueryProcessorBase
Dim value As Boolean

value = instance.QueryProcessorSetupReportActive

Syntax

'Declaration
Public ReadOnly Property QueryProcessorSetupReportActive As Boolean
public bool QueryProcessorSetupReportActive { get; }
public:
property bool QueryProcessorSetupReportActive {
    bool get ();
}
/** @property */
public boolean get_QueryProcessorSetupReportActive ()
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

Reference

QueryProcessorBase Class
QueryProcessorBase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace