[Visual Basic] Public Property Y As Integer [C#] public int Y { get; set; } [C++] public: __property int get_Y(); public: __property void set_Y(int ); [JScript] public function get Y() : int public function set Y(int);
Point Class | EbsOpen Namespace