Share via


MACapabilities.SupportExport Property

Gets or sets a value indicating that the management agent supports export run profiles.

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

Usage

'Usage
Dim instance As MACapabilities
Dim value As Boolean

value = instance.SupportExport

instance.SupportExport = value

Syntax

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

/** @property */
public void set_SupportExport (boolean value)
public function get SupportExport () : boolean

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

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

MACapabilities Class
MACapabilities Members
Microsoft.MetadirectoryServices Namespace