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