BrowserJavaEnabledVal Property
Ability of the cardholder's browser to execute Java.
Syntax
public var browserJavaEnabledVal: ServerBrowserJavaEnabledVals {
get {...}
set {...} }
public enum ServerBrowserJavaEnabledVals: Int32 { case jeNotPresent = 0 case jeTrue = 1 case jeFalse = 2 }
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 |