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