ScanResult Class
Members 
This class represents a condition to be reported that was found by the scanner.
Object Model
ScanResult ClassIScanCustomAction InterfaceScanControl ClassIScanner Interface
Syntax
public class ScanResult 
Remarks
Typically, a ScanResult is an error in the Application Under Test.
Inheritance Hierarchy

System.Object
   HP.Sprinter.Scanners.API.ScanResult
      HP.Sprinter.Scanners.API.AggregatedScanResult

Public Constructors
 NameDescription
Public ConstructorScanResult Constructor  
Top
Public Properties
 NameDescription
Public PropertyActiveCustomActionThe most recent action performed on this scan result.  
Public PropertyAttachedFilesThe collection of files attached to this ScanResult.  
Public PropertyCategoryThe category of the result.  
Public PropertyDataAdditional data about the result. This data is application-dependant.  
Public PropertyDescriptionThe description of the result.  
Public PropertyRelevantCntrlThe control the result was found in.  
Public PropertyScannerThe scanner that found this result.  
Public PropertySeverityThe severity of the result found.  
Public PropertySummaryA short summary of the result.  
Top
Public Methods
 NameDescription
Public MethodEqualsOverloaded. Returns true if the other ScanResult is identical to this ScanResult.  
Top
Public Events
 NameDescription
Public EventPropertyChangedA property value changed.  
Top