MigrationWorkflowStep.AllowedStages property
Namespace: Microsoft.Exchange.Migration
Assembly: Microsoft.Exchange.Migration (in Microsoft.Exchange.Migration.dll)
Syntax
'Declaration
Public ReadOnly Property AllowedStages As MigrationStage()
Get
'Usage
Dim instance As MigrationWorkflowStep
Dim value As MigrationStage()
value = instance.AllowedStages
public MigrationStage[] AllowedStages { get; }
Property value
Type: []