ModuleAlarm.GetItemList Method

Get list of alarm items related to tag
<ID("GetItemList", (int)e.GetItemList)> _ 
Public Function GetItemList( _ 
ByVal objectName As String
) As AlarmItem()
This language is not supported or no code example is available.
[ID("GetItemList", (int)e.GetItemList)] 
public AlarmItem[] GetItemList( 
string objectName 
)
This language is not supported or no code example is available.

Parameters

objectName
string

Tag name

Return Value

AlarmItem[]

List containg alarm items

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition