SmsSnapInBase.ResultObjectsBatchSize Property

Gets the maximum number of result objects to cache before they are added to the collection of result objects.

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

Usage

'Usage
Dim value As Integer

value = SmsSnapInBase.ResultObjectsBatchSize

Syntax

'Declaration
Public Shared ReadOnly Property ResultObjectsBatchSize As Integer
public static int ResultObjectsBatchSize { get; }
public:
static property int ResultObjectsBatchSize {
    int get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public static int get_ResultObjectsBatchSize ()
DebuggerStepThroughAttribute 
public static function get ResultObjectsBatchSize () : int

Property Value

Maximum number of result objects.

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

SmsSnapInBase Class
SmsSnapInBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
IResultObject