IPrint3DWorkflowActivatedEventArgs.Workflow Property

Definition

Gets the workflow that the app should use for three-dimensional printing.

public:
 property Print3DWorkflow ^ Workflow { Print3DWorkflow ^ get(); };
Print3DWorkflow Workflow();
public Print3DWorkflow Workflow { get; }
var print3DWorkflow = iPrint3DWorkflowActivatedEventArgs.workflow;
Public ReadOnly Property Workflow As Print3DWorkflow

Property Value

The workflow that the app should use for three-dimensional printing.

Applies to

See also