'Declaration
<NotNullAttribute()> Public Property PrimaryAlarmArea As String
'Usage
Dim instance As DAItemPropertyRecord Dim value As String instance.PrimaryAlarmArea = value value = instance.PrimaryAlarmArea
[NotNull()] public string PrimaryAlarmArea {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).