Share via


BurndownChartSeries.RemainingWorkSeries Property

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

Syntax

'Declaration
<DataMemberAttribute(Name := "remainingWorkSeries", EmitDefaultValue := True)> _
Public Property RemainingWorkSeries As List(Of Nullable(Of Double))
[DataMemberAttribute(Name = "remainingWorkSeries", EmitDefaultValue = true)]
public List<Nullable<double>> RemainingWorkSeries { get; set; }
[DataMemberAttribute(Name = L"remainingWorkSeries", EmitDefaultValue = true)]
public:
property List<Nullable<double>>^ RemainingWorkSeries {
    List<Nullable<double>>^ get ();
    void set (List<Nullable<double>>^ value);
}
[<DataMemberAttribute(Name = "remainingWorkSeries", EmitDefaultValue = true)>]
member RemainingWorkSeries : List<Nullable<float>> with get, set
function get RemainingWorkSeries () : List<Nullable<double>>
function set RemainingWorkSeries (value : List<Nullable<double>>)

Property Value

Type: System.Collections.Generic.List<Nullable<Double>>

.NET Framework Security

See Also

Reference

BurndownChartSeries Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace