'Declaration<ElementsNotNullAttribute()> <NotNullAttribute()> Public Property AlarmAreaList As String()
'UsageDim instance As DAItemPropertyRecord Dim value() As String instance.AlarmAreaList = value value = instance.AlarmAreaList
[ElementsNotNull()] [NotNull()] public string[] AlarmAreaList {get; set;}
[ElementsNotNull()] [NotNull()] public: property array<String^>^ AlarmAreaList { array<String^>^ get(); void set ( array<String^>^ value); }