'Declaration
Public Property IntermediateTotalLabels As IList(Of String)
'Usage
Dim instance As Waterfall Dim value As IList(Of String) instance.IntermediateTotalLabels = value value = instance.IntermediateTotalLabels
public IList<string> IntermediateTotalLabels {get; set;}