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