JAMS Developer Guide
ResponseType Enumeration


MVPSI.JAMS Namespace : ResponseType Enumeration
ResponseType defines the type of data expected to be returned to a given source.
Syntax
'Declaration
 
Public Enum ResponseType 
   Inherits System.Enum
'Usage
 
Dim instance As ResponseType
public enum ResponseType : System.Enum 
Members
MemberDescription
NoneNo response Type.
SelectA string value from a collection.
TextA string value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.ResponseType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MVPSI.JAMS Namespace