public int Steps { get; set; }
Public Property Steps As Integer Get Set
public: property int Steps { int get (); void set (int value); }