/// <summary>
 /// Sets the value of the <c>&lt;Measure&gt;</c> element.
 /// </summary>
 /// <param name="val">A MeasureType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Type of the statistic."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetMeasure( MeasureType val )
 {
     SetField( DwDTD.AGGREGATESTATISTICINFO_MEASURE, val );
 }
 /// <summary>
 /// Sets the value of the <c>&lt;Measure&gt;</c> element.
 /// </summary>
 /// <param name="val">A MeasureType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Type of the statistic."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetMeasure(MeasureType val)
 {
     SetField(DwDTD.AGGREGATESTATISTICINFO_MEASURE, val);
 }