GetImportEntriesResults.MoreToImport Property

Retrieves or sets whether there are more objects to import.

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

Usage

'Usage
Dim instance As GetImportEntriesResults
Dim value As Boolean

value = instance.MoreToImport

instance.MoreToImport = value

Syntax

'Declaration
Public Property MoreToImport As Boolean
public bool MoreToImport { get; set; }
public:
property bool MoreToImport {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_MoreToImport ()

/** @property */
public void set_MoreToImport (boolean value)
public function get MoreToImport () : boolean

public function set MoreToImport (value : boolean)

Property Value

Returns Boolean.

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

GetImportEntriesResults Class
GetImportEntriesResults Members
Microsoft.MetadirectoryServices Namespace