openPDC Historian Help
AlarmPagers Property
NamespacesTVA.Historian.FilesMetadataRecordAlarmPagers
Gets or sets a comma-seperated list of pager numbers that will receive alarm notification text messages based on the AlarmFlags settings for the HistorianID.
Declaration Syntax
C#Visual BasicVisual C++
public string AlarmPagers { get; set; }
Public Property AlarmPagers As String
public:
property String^ AlarmPagers {
	String^ get ();
	void set (String^ value);
}
Remarks
Maximum length for AlarmPagers is 40 characters.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null string.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252