SP.BWsaClient.incrementDw(dwDatapointId, dwInc) Method

Applies to: SharePoint Foundation 2010

Increases the value of the specified datapoint by the specified value.

SP.BWsaClient.incrementDw(dwDatapointId, dwInc);

Parameters

dwDatapointId

Type: UInt32

The ID of the datapoint.

dwInc

Type: UInt32

The value by which the datapoint value is increased.

Remarks

This method does not change the value of the datapoint if the user did not opt in the Software Quality Metrics (SQM) data collection (the SP.BWsaClient.isUserOptedIn() Method returns false).

This method creates a new datapoint with the value of dwInc if the datapoint does not exist.

Applies To

SP.BWsaClient Class

See Also

Reference

SP.BWsaClient Methods

SP.BWsaClient Properties

SP Namespace