GenericMeasureInfo.Sum Property

Definition

The sum of property values.

public:
 property Nullable<double> Sum { Nullable<double> get(); void set(Nullable<double> value); };
public double? Sum { get; set; }
member this.Sum : Nullable<double> with get, set
Public Property Sum As Nullable(Of Double)

Property Value

Applies to