'DeclarationProperty SelectedPayments As PaymentCollection
'UsageDim 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); }