Share via


MigrationWorkflow.Steps property

Namespace:  Microsoft.Exchange.Migration
Assembly:  Microsoft.Exchange.Migration (in Microsoft.Exchange.Migration.dll)

Syntax

'Declaration
Public Property Steps As MigrationWorkflowStep()
    Get
    Set
'Usage
Dim instance As MigrationWorkflow
Dim value As MigrationWorkflowStep()

value = instance.Steps

instance.Steps = value
public MigrationWorkflowStep[] Steps { get; set; }

Property value

Type: []

See also

Reference

MigrationWorkflow class

MigrationWorkflow members

Microsoft.Exchange.Migration namespace