Newer Version Available

This content describes an older version of this product. View Latest

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)

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()

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;}

Property Value

Type: String

value

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

Signature

public String value {get; set;}

Property Value

Type: String