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