AVEVA OMI Software Developer Kit



Severity4RtnTotal Property
Gets a value indicating how many Returned-To-Normal severity 4 alarms are associated with this AlarmData.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property Severity4RtnTotal As Integer
'Usage
 
Dim instance As AlarmData
Dim value As Integer
 
value = instance.Severity4RtnTotal
public abstract int Severity4RtnTotal {get;}
public:
abstract property int Severity4RtnTotal {
   int get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also