Click or drag to resize

MetadataRecordEmailTime Property

Gets or sets the data and time when an alarm notification is sent based on the AlarmFlags settings for the HistorianID.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public string EmailTime { get; set; }
View Source

Property Value

String
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null string.
Remarks
Maximum length for EmailTime is 40 characters.
See Also