OpenExportConnectionRunStep.BatchSize Property
Retrieves the batch size.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As OpenExportConnectionRunStep
Dim value As Integer
value = instance.BatchSize
Syntax
'Declaration
Public ReadOnly Property BatchSize As Integer
public int BatchSize { get; }
public:
property int BatchSize {
int get ();
}
/** @property */
public int get_BatchSize ()
public function get BatchSize () : int
Property Value
Returns Int32.
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
Target Platforms
See Also
Reference
OpenExportConnectionRunStep Class
OpenExportConnectionRunStep Members
Microsoft.MetadirectoryServices Namespace