Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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