WSIReportMode Property
Description
The mode indicating which types of assertions to report when generating the WS-I validation report.
Property type
Read-write property
Syntax
Visual Basic
Public Property WSIReportMode As String
Return Type
  • OnlyFailed--Reports the results only for assertions returned by the validation tool that have a failed result.
  • NotPassed--Reports the results of all assertions returned by the validation tool except those that have a passed result.
  • All--Reports the results of all assertions returned by the validation tool.
See Also