FieldValuePair public class FieldValuePair Represents a field and the value currently assigned to it. Documentation public Field Field { get; set; } Gets or sets a Field object. public object Value { get; set; } Gets or sets the value assigned to a field. public FieldValuePair()