Class for AlarmGroupList operation.

Namespace: T.Modules.Alarm
Assembly: T.Modules (in T.Modules.dll)

Public Class AlarmGroupList 
Inherits ListObj(Of AlarmGroup)
This language is not supported or no code example is available.
public class AlarmGroupList : ListObj<AlarmGroup>
This language is not supported or no code example is available.
Name Description
Public constructor AlarmGroupList(RunObj, int) Construct the instance
Top
Name Description
Public property Count Get the number of AlarmGroup objects
Public property Item(int) Get an AlarmGroup by index
Public property Item(string) Get an AlarmGroup by name
Top

.NET Framework

Supported in: 4.6.2, 4.7