[Visual Basic] Public Property Value As Integer [C#] public int Value { get; set; } [C++] public: __property int get_Value(); public: __property void set_Value(int ); [JScript] public function get Value() : int public function set Value(int);
ProfiledLong Class | EbsOpen Namespace