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