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