Print3DWorkflowPrintRequestedEventArgs.Status 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 status of the print request.
public:
property Print3DWorkflowStatus Status { Print3DWorkflowStatus get(); void set(Print3DWorkflowStatus value); };
public:
property Print3DWorkflowStatus Status { Print3DWorkflowStatus get(); };
Print3DWorkflowStatus Status();
void Status(Print3DWorkflowStatus value);
Print3DWorkflowStatus Status();
public Print3DWorkflowStatus Status { get; set; }
public Print3DWorkflowStatus Status { get; }
var print3DWorkflowStatus = print3DWorkflowPrintRequestedEventArgs.status;
print3DWorkflowPrintRequestedEventArgs.status = print3DWorkflowStatus;
var print3DWorkflowStatus = print3DWorkflowPrintRequestedEventArgs.status;
Public Property Status As Print3DWorkflowStatus
Public ReadOnly Property Status As Print3DWorkflowStatus
Property Value
The status of the print request.