Class RunQATaskResult
Result of an async QA report operation.
Syntax
public class RunQATaskResult : TaskResult
Fields
Report
A QA overview report for each document in the scope, and optionally a detailed report in the requested format (e.g. HTML report).
Declaration
public QAReport Report