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