IMAExtensible2CallExport.ExportDefaultPageSize Property

Gets a value indicating the default 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.ExportDefaultPageSize

Syntax

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

Property Value

Returns Int32.

Remarks

The following is an example of ExportDefaultPageSize:

  public int ExportDefaultPageSize
        {
            get
            {
                return m_exportDefaultPageSize;
            }
            set
            {
                m_exportDefaultPageSize = 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