API Reference
Class
AuditRuleTestResult
Per-test result captured in an audit package.
Inheritance
- Object
- AuditRuleTestResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property AuditRuleResultDocument.TestResults
Constructors
public AuditRuleTestResult() #Inherited Methods
Properties
public String Name { get; set; } #Gets or sets the test name.
public Boolean Success { get; set; } #Gets or sets a value indicating whether the test passed.
public String Status { get; set; } #Gets or sets the test status.
public String Message { get; set; } #Gets or sets the test message, when available.
public String ErrorMessage { get; set; } #Gets or sets the test error message, when available.