Share via


MACapabilities.SupportImport Property

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

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

Usage

'Usage
Dim instance As MACapabilities
Dim value As Boolean

value = instance.SupportImport

instance.SupportImport = value

Syntax

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

/** @property */
public void set_SupportImport (boolean value)
public function get SupportImport () : boolean

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