SmsBackgroundWorker.ProcessQueryItemCount Property

Gets the number of query items that are retrieved by QueryProcessorObjectsReady.

Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As SmsBackgroundWorker
Dim value As Integer

value = instance.ProcessQueryItemCount

Syntax

'Declaration
Public ReadOnly Property ProcessQueryItemCount As Integer
public int ProcessQueryItemCount { get; }
public:
property int ProcessQueryItemCount {
    int get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public int get_ProcessQueryItemCount ()
DebuggerStepThroughAttribute 
public function get ProcessQueryItemCount () : int

Property Value

Number of query items. The default value is 1.

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

SmsBackgroundWorker Class
SmsBackgroundWorker Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
QueryProcessorObjectsReady