<PackageReference Include="Relativity.Server.ObjectManager.SDK" Version="5000.0.2" />

FieldValuePair

public class FieldValuePair
Represents a field and the value currently assigned to it.
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()