'Declaration
Public ReadOnly Property GetInvoiceList As InvoiceCollection
'Usage
Dim instance As DataAccess Dim value As InvoiceCollection value = instance.GetInvoiceList
public InvoiceCollection GetInvoiceList {get;}
public: property InvoiceCollection^ GetInvoiceList { InvoiceCollection^ get(); }