[Visual Basic] Public Property Shape As Integer [C#] public int Shape { get; set; } [C++] public: __property int get_Shape(); public: __property void set_Shape(int ); [JScript] public function get Shape() : int public function set Shape(int);
Comp Class | EbsOpen Namespace