'Declaration<XmlArrayItemAttribute("Model", IsNullable=False)> Public Property Models As ModelTableEntry()
'UsageDim instance As UANodeSet Dim value() As ModelTableEntry instance.Models = value value = instance.Models
[XmlArrayItem("Model", IsNullable=false)] public ModelTableEntry[] Models {get; set;}
[XmlArrayItem("Model", IsNullable=false)] public: property array<ModelTableEntry^>^ Models { array<ModelTableEntry^>^ get(); void set ( array<ModelTableEntry^>^ value); }