IMAExtensible2CallImport.ImportMaxPageSize Property
Gets a value indicating the maximum page size for each page imported via Import.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As IMAExtensible2CallImport
Dim value As Integer
value = instance.ImportMaxPageSize
Syntax
'Declaration
ReadOnly Property ImportMaxPageSize As Integer
int ImportMaxPageSize { get; }
property int ImportMaxPageSize {
int get ();
}
/** @property */
int get_ImportMaxPageSize ()
function get ImportMaxPageSize () : int
Property Value
Returns Int32.
Remarks
The following is an example of ImportMaxPageSize:
public int ImportMaxPageSize
{
get
{
return m_importMaxPageSize;
}
}
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
Change History
See Also
Reference
IMAExtensible2CallImport Interface
IMAExtensible2CallImport Members
Microsoft.MetadirectoryServices Namespace