'Declaration Public Property Thresholds As System.Collections.Generic.List(Of IExcelConditionalFormatValueObject)
'Usage Dim instance As ExcelIconSetsRule Dim value As System.Collections.Generic.List(Of IExcelConditionalFormatValueObject) instance.Thresholds = value value = instance.Thresholds
public System.Collections.Generic.List<IExcelConditionalFormatValueObject> Thresholds {get; set;}