'DeclarationPublic Property UndoLimit As System.Integer
'UsageDim 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