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