[Visual Basic] Public Property Count As Integer [C#] public int Count { get; set; } [C++] public: __property int get_Count(); public: __property void set_Count(int ); [JScript] public function get Count() : int public function set Count(int);
CharlinePoints Class | EbsOpen Namespace