AVEVA OMI Software Developer Kit



ArchestrA.Client.Navigation Namespace > AlarmData Class : Severity3AckedTotal Property
Severity3AckedTotal Property
Gets a value indicating how many acknowledged severity 3 alarms are associated with this AlarmData.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property Severity3AckedTotal As Integer
'Usage
 
Dim instance As AlarmData
Dim value As Integer
 
value = instance.Severity3AckedTotal
public abstract int Severity3AckedTotal {get;}
public:
abstract property int Severity3AckedTotal {
   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