MACapabilities.NoReferenceValuesInFirstExport Property

Gets or sets a value indicating whether the management agent requires that exported objects not contain reference values in the first export attempt.

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

Usage

'Usage
Dim instance As MACapabilities
Dim value As Boolean

value = instance.NoReferenceValuesInFirstExport

instance.NoReferenceValuesInFirstExport = value

Syntax

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

/** @property */
public void set_NoReferenceValuesInFirstExport (boolean value)
public function get NoReferenceValuesInFirstExport () : boolean

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