Gets or sets Primary Alarm Area.
Syntax
[NotNull()]
public string PrimaryAlarmArea {get; set;}
'Declaration
<NotNullAttribute()>
Public Property PrimaryAlarmArea As String
'Usage
Dim instance As DAItemPropertyRecord
Dim value As String
instance.PrimaryAlarmArea = value
value = instance.PrimaryAlarmArea
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