Gets or sets the maximum number of result objects that were sent when processing OnFireQueryProcessorObjectsReady. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ConnectionManagerBase
Dim value As Integer

value = instance.ResultObjectsBatchSize

instance.ResultObjectsBatchSize = value

Syntax

Visual Basic
Public Property ResultObjectsBatchSize As Integer
C#
public int ResultObjectsBatchSize { get; set; }
C++
public:
property int ResultObjectsBatchSize {
		int get ();
		void set (int value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public int get_ResultObjectsBatchSize ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_ResultObjectsBatchSize (int value)
JScript
DebuggerStepThroughAttribute 
public function get ResultObjectsBatchSize () : int

DebuggerStepThroughAttribute 
public function set ResultObjectsBatchSize (value : int)

Property Value

Maximum number of result objects sent. The default value is 1,000.

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