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