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

id_verification

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.FieldValue

Parameters

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.FieldValue

FieldValue Properties

The following are properties for FieldValue.

developerName

The developer name of the field that is used for search results and verification.

Signature

public String developerName {get; set;}

1id_verification.FieldValue, developerName

Property Value

Type: String

value

The value of the field that is used for search results and verification.

Signature

public String value {get; set;}

1id_verification.FieldValue, value

Property Value

Type: String