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