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

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