Share via


StepCounterReading.RunningStepCount Property

Gets the number of running steps taken since the motion data was enabled.

Namespace: Lumia.Sense
Assembly: Lumia.Sense (in Lumia.Sense.dll) Version: 255.255.255.255

Syntax

public uint RunningStepCount { get; set; }
'Declaration
Public Property RunningStepCount As UInteger
    Get
    Set
public:
virtual property unsigned int RunningStepCount {
    unsigned int get () sealed;
    void set (unsigned int value) sealed;
}
function get_RunningStepCount();
function set_RunningStepCount(value);

Return Value

Type: UInt32
running step count

See Also

StepCounterReading Class

StepCounterReading.StepCounterReading Members

Lumia.Sense Namespace