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