
C# | Visual Basic | Visual C++ |
public NewsResult[] Results { get; set; }
Public Property Results As NewsResult()
public: property array<NewsResult^>^ Results { array<NewsResult^>^ get (); void set (array<NewsResult^>^ value); }

C# | Visual Basic | Visual C++ |
public NewsResult[] Results { get; set; }
Public Property Results As NewsResult()
public: property array<NewsResult^>^ Results { array<NewsResult^>^ get (); void set (array<NewsResult^>^ value); }