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