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