Share via


OpenImportConnectionRunStep.ImportType Property

Retrieves or sets the import type.

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

Usage

'Usage
Dim instance As OpenImportConnectionRunStep
Dim value As OperationType

value = instance.ImportType

Syntax

'Declaration
Public ReadOnly Property ImportType As OperationType
public OperationType ImportType { get; }
public:
property OperationType ImportType {
    OperationType get ();
}
/** @property */
public OperationType get_ImportType ()
public function get ImportType () : OperationType

Property Value

Returns OperationType.

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

OpenImportConnectionRunStep Class
OpenImportConnectionRunStep Members
Microsoft.MetadirectoryServices Namespace