WebUIPrint3DWorkflowActivatedEventArgs.Workflow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the print workflow.
public:
property Print3DWorkflow ^ Workflow { Print3DWorkflow ^ get(); };
Print3DWorkflow Workflow();
public Print3DWorkflow Workflow { get; }
var print3DWorkflow = webUIPrint3DWorkflowActivatedEventArgs.workflow;
Public ReadOnly Property Workflow As Print3DWorkflow
Property Value
The print workflow.