OpenImportConnectionRunStep.PageSize Property
Retrieves or sets the Page size.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As OpenImportConnectionRunStep
Dim value As Integer
value = instance.PageSize
Syntax
'Declaration
Public ReadOnly Property PageSize As Integer
public int PageSize { get; }
public:
property int PageSize {
int get ();
}
/** @property */
public int get_PageSize ()
public function get PageSize () : 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
OpenImportConnectionRunStep Class
OpenImportConnectionRunStep Members
Microsoft.MetadirectoryServices Namespace