OPC Studio User's Guide and Reference
AlarmAreaList Property (DAItemPropertyRecord)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace > DAItemPropertyRecord Class : AlarmAreaList Property
Gets or sets Alarm Area List.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property AlarmAreaList As String()
'Usage
 
Dim instance As DAItemPropertyRecord
Dim value() As String
 
instance.AlarmAreaList = value
 
value = instance.AlarmAreaList
[NotNull()]
public string[] AlarmAreaList {get; set;}
[NotNull()]
public:
property array<String^>^ AlarmAreaList {
   array<String^>^ get();
   void set (    array<String^>^ value);
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The individual elements of the property value cannot be null (Nothing in Visual Basic).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also