WorkflowPrintTicketValidationResult.Validated 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.
Indicates whether the print ticket was found to be valid.
public:
property bool Validated { bool get(); };
bool Validated();
public bool Validated { get; }
var boolean = workflowPrintTicketValidationResult.validated;
Public ReadOnly Property Validated As Boolean
Property Value
Boolean
bool
true if the ticket was valid, false if it was invalid.