public LineType LineType { get; set; }
Public Property LineType As LineType Get Set
public: property LineType LineType { LineType get (); void set (LineType value); }
member LineType : LineType with get, set