Share via


CumulativeFlowChartSeries.StateTimeSeries Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "stateCounts", EmitDefaultValue := True)> _
Public Property StateTimeSeries As Dictionary(Of String, List(Of Integer))
[DataMemberAttribute(Name = "stateCounts", EmitDefaultValue = true)]
public Dictionary<string, List<int>> StateTimeSeries { get; set; }
[DataMemberAttribute(Name = L"stateCounts", EmitDefaultValue = true)]
public:
property Dictionary<String^, List<int>^>^ StateTimeSeries {
    Dictionary<String^, List<int>^>^ get ();
    void set (Dictionary<String^, List<int>^>^ value);
}
[<DataMemberAttribute(Name = "stateCounts", EmitDefaultValue = true)>]
member StateTimeSeries : Dictionary<string, List<int>> with get, set
function get StateTimeSeries () : Dictionary<String, List<int>>
function set StateTimeSeries (value : Dictionary<String, List<int>>)

Property Value

Type: System.Collections.Generic.Dictionary<String, List<Int32>>

.NET Framework Security

See Also

Reference

CumulativeFlowChartSeries Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace