Share via


SP.BWsaClient.setIfMax(dwDatapointId, dwDatapointValue) Method

Applies to: SharePoint Foundation 2010

Sets the value of the specified datapoint to the specified value if the specified value is greater than the existing value of the datapoint.

SP.BWsaClient.setIfMax(dwDatapointId, dwDatapointValue);

Parameters

dwDatapointId

Type: UInt32

The ID of the datapoint.

dwDatapointValue

Type: UInt32

The value to which the datapoint value is compared.

Remarks

If a datapoint with the specified ID does not exist, this method creates a new datapoint with the specified value.

Applies To

SP.BWsaClient Class

See Also

Reference

SP.BWsaClient Methods

SP.BWsaClient Properties

SP Namespace