MACapabilities.DeltaImport Property

Gets or sets a value indicating whether the management agent supports Delta Import.

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

Usage

'Usage
Dim instance As MACapabilities
Dim value As Boolean

value = instance.DeltaImport

instance.DeltaImport = value

Syntax

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

/** @property */
public void set_DeltaImport (boolean value)
public function get DeltaImport () : boolean

public function set DeltaImport (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

MACapabilities Class
MACapabilities Members
Microsoft.MetadirectoryServices Namespace