'Declaration <DataMemberAttribute("VendorAttributes")> Public Property VendorAttributes As List(Of AlarmAttribute)
'Usage Dim instance As AlarmCriteria Dim value As List(Of AlarmAttribute) instance.VendorAttributes = value value = instance.VendorAttributes
[DataMember("VendorAttributes")] public List<AlarmAttribute> VendorAttributes {get; set;}
[DataMember("VendorAttributes")] public: property List<AlarmAttribute^>^ VendorAttributes { List<AlarmAttribute^>^ get(); void set ( List<AlarmAttribute^>^ value); }