WriteImportFileRunStep.ImportType Property
Retrieves or sets the import type.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As WriteImportFileRunStep
Dim value As OperationType
value = instance.ImportType
Syntax
'Declaration
Public MustOverride ReadOnly Property ImportType As OperationType
public abstract OperationType ImportType { get; }
public:
virtual property OperationType ImportType {
OperationType get () abstract;
}
/** @property */
public abstract OperationType get_ImportType ()
public abstract 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
WriteImportFileRunStep Class
WriteImportFileRunStep Members
Microsoft.MetadirectoryServices Namespace