Print3DTaskRequestedEventArgs.Request 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 3D print job request associated with the Print3DManager.
public:
property Print3DTaskRequest ^ Request { Print3DTaskRequest ^ get(); };
Print3DTaskRequest Request();
public Print3DTaskRequest Request { get; }
var print3DTaskRequest = print3DTaskRequestedEventArgs.request;
Public ReadOnly Property Request As Print3DTaskRequest
Property Value
The 3D print job request.