public IList<Report> Reports { get; }
Public ReadOnly Property Reports As IList(Of Report) Get
public: property IList<Report^>^ Reports { IList<Report^>^ get (); }
member Reports : IList<Report> with get