/// <summary> /// Sets the value of the <c><Measure></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: 1.5r1</para> /// </remarks> public void SetMeasure( MeasureType val ) { SetField( DwDTD.AGGREGATESTATISTICINFO_MEASURE, val ); }
/// <summary> /// Sets the value of the <c><Measure></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: 1.5r1</para> /// </remarks> public void SetMeasure(MeasureType val) { SetField(DwDTD.AGGREGATESTATISTICINFO_MEASURE, val); }