public System.int UndoLimit {get; set;}
public read-write property UndoLimit: System.Integer;
public function get,set UndoLimit : System.int
public: __property System.int get_UndoLimit(); public: __property void set_UndoLimit( System.int value );
'Declaration
Public Property UndoLimit As System.Integer
'Usage
Dim instance As CommandManager Dim value As System.Integer instance.UndoLimit = value value = instance.UndoLimit