Share via


MACapabilities.FullExport Property

Gets or sets a value indicating whether the management agent supports Full Export.

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

Usage

'Usage
Dim instance As MACapabilities
Dim value As Boolean

value = instance.FullExport

instance.FullExport = value

Syntax

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

/** @property */
public void set_FullExport (boolean value)
public function get FullExport () : boolean

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