int Hours { get; set; }
Property Hours As Integer Get Set
property int Hours { int get (); void set (int value); }