Table of Contents

Property Value

Namespace
MailFathom.Domain.Emails.Authentication
Assembly
MailFathom.Domain.dll

Value

Gets the revision as the text a column stores, or the empty string for None.

public string Value { get; }

Property Value

string

Remarks

The field behind it is nullable and this is not, because None is the default instance and a default struct never runs a constructor — so the absence has to be answered here rather than left for every caller to meet as a null the annotation said could not happen.