AVEVA OMI Software Developer Kit



IsConnected Property
Gets a value indicating whether the AlarmCntsBySeverity attribute for the specified AssetReference has Good quality or is Uncertain/Initializing.

There is currently no distinction in this class between Communication/Configuration/Operational errors.

Syntax
'Declaration
 
Public MustOverride ReadOnly Property IsConnected As Boolean
'Usage
 
Dim instance As AlarmData
Dim value As Boolean
 
value = instance.IsConnected
public abstract bool IsConnected {get;}
public:
abstract property bool IsConnected {
   bool 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