Freigeben über


ExportRunStep.ExportType Property

Retrieves the export type.

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

Usage

'Usage
Dim instance As ExportRunStep
Dim value As OperationType

value = instance.ExportType

Syntax

'Declaration
Public ReadOnly Property ExportType As OperationType
public OperationType ExportType { get; }
public:
property OperationType ExportType {
    OperationType get ();
}
/** @property */
public OperationType get_ExportType ()
public function get ExportType () : 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

ExportRunStep Class
ExportRunStep Members
Microsoft.MetadirectoryServices Namespace