FieldValue Class
Contains a key-value pair represented by the developer name and value
of the field. The key-value pair is used for both search results and
verification.
Namespace
FieldValue Constructors
The following are constructors for FieldValue.
FieldValue(developerName, value)
Creates an instance of the FieldValue class with the specified parameter values.
Signature
public FieldValue(String developerName, String value)
1id_verification.FieldValue, newinstance, [String, String], id_verification.FieldValueParameters
- developerName
- Type: String
- The developer name of the field that is used for search results and verification.
- value
- Type: String
- The value of the field that is used for search results and verification.
FieldValue()
Creates an instance of the FieldValue class.
Signature
public FieldValue()
1id_verification.FieldValue, newinstance, [], id_verification.FieldValueFieldValue Properties
The following are properties for FieldValue.
developerName
Signature
public String developerName {get; set;}
1id_verification.FieldValue, developerNameProperty Value
Type: String
value
Signature
public String value {get; set;}
1id_verification.FieldValue, valueProperty Value
Type: String