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