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

FieldValue

public class FieldValue
Creates field value instances.
public bool IsNull { get; }

Returns whether the field's value is null.

public bool Updated { get; }

Returns whether the Value has been updated within an EventHandler.

public object Value { get; set; }

Gets and/or sets a field value.

public FieldValue(object value)

Initializes a new instance of the FieldValue class.