IMAExtensible2CallExport.ExportMaxPageSize Property

Gets a value indicating the maximum page size for each page exported via PutExportEntries.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As IMAExtensible2CallExport
Dim value As Integer

value = instance.ExportMaxPageSize

Syntax

'Declaration
ReadOnly Property ExportMaxPageSize As Integer
int ExportMaxPageSize { get; }
property int ExportMaxPageSize {
    int get ();
}
/** @property */
int get_ExportMaxPageSize ()
function get ExportMaxPageSize () : int

Property Value

Returns Int32.

Remarks

The following is an example of ExportMaxPageSize:

   public int ExportMaxPageSize
        {
            get
            {
                return m_exportMaxPageSize;
            }
            set
            {
                m_exportMaxPageSize = value;
            }
        }

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

IMAExtensible2CallExport Interface
IMAExtensible2CallExport Members
Microsoft.MetadirectoryServices Namespace