BrowserJavaEnabledVal Property
Ability of the cardholder's browser to execute Java.
Syntax
public ServerBrowserJavaEnabledVals BrowserJavaEnabledVal { get; set; }
enum ServerBrowserJavaEnabledVals { jeNotPresent, jeTrue, jeFalse }
Public Property BrowserJavaEnabledVal As ServerBrowserJavaEnabledVals
Enum ServerBrowserJavaEnabledVals jeNotPresent jeTrue jeFalse End Enum
Default Value
0
Remarks
This field contains a value representing the ability of the cardholder's browser to execute Java.
Possible values are as follows:
| jeNotPresent (0) | Not Present |
| jeTrue (1) | True |
| jeFalse (2) | False |