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