StepCounterReading.WalkingStepCount Property

Gets the number of walking 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 WalkingStepCount { get; set; }
'Declaration
Public Property WalkingStepCount As UInteger
    Get
    Set
public:
virtual property unsigned int WalkingStepCount {
    unsigned int get () sealed;
    void set (unsigned int value) sealed;
}
function get_WalkingStepCount();
function set_WalkingStepCount(value);

Return Value

Type: UInt32
walking step count

See Also

StepCounterReading Class

StepCounterReading.StepCounterReading Members

Lumia.Sense Namespace