'Declaration
Public Property SelectedPayments As PaymentCollection
'Usage
Dim instance As BillingView Dim value As PaymentCollection instance.SelectedPayments = value value = instance.SelectedPayments
public PaymentCollection SelectedPayments {get; set;}
public: property PaymentCollection^ SelectedPayments { PaymentCollection^ get(); void set ( PaymentCollection^ value); }