'Declaration<NotNullAttribute()> Public Property PrimaryAlarmArea As String
'UsageDim instance As DAItemPropertyRecord Dim value As String instance.PrimaryAlarmArea = value value = instance.PrimaryAlarmArea
[NotNull()] public string PrimaryAlarmArea {get; set;}