'Declaration
Property PaymentButtons As IList(Of IRibbonButton)
'Usage
Dim instance As IBillingView Dim value As IList(Of IRibbonButton) instance.PaymentButtons = value value = instance.PaymentButtons
IList<IRibbonButton> PaymentButtons {get; set;}
property IList<IRibbonButton^>^ PaymentButtons { IList<IRibbonButton^>^ get(); void set ( IList<IRibbonButton^>^ value); }