Click or drag to resize

MetadataRecordAlarmPagers Property

Gets or sets a comma-separated list of pager numbers that will receive alarm notification text messages 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 AlarmPagers { get; set; }
View Source

Property Value

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