public int Sec { get; set; }
Public Property Sec As Integer Get Set
public: property int Sec { int get (); void set (int value); }
member Sec : int with get, set
In This Article