formFieldVar
Defines the class used to store information about an HTML form field variable or a CGI query parameter.
For example, instances of this class can be used to store the user name and password form fields from the IBM® Cognos® Analytics logon form.
References
- Used by the following properties:
Properties
This class has the following properties.
- format
Specifies whether the information in the HTML form field or CGI query parameter is encrypted.
This property
is of type bibus » formatEnum
is encoded as type
tns:formatEnum
has a default value of not_encrypted
- name
Specifies the name of the HTML form field or CGI query parameter.
This property
is of type
string
is encoded as type
xs:string
- value
Specifies the value of the HTML form field or CGI query parameter.
This property
is of type
string
is encoded as type
xs:string