AutExecutionType Enumeration
Types of Applications Under Test.
Syntax
public enum AutExecutionType : System.Enum 
Members
MemberDescription
AnyAssociating a scanner with Any means the scanner can run with Web and NonWeb applications.
NonWebThe application does not require a browser to run.
WebThe application runs in a browser.
Remarks
A scanner is associated with one of these AUT types.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.Sprinter.Scanners.API.AutExecutionType