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