﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
11765,"""guestproperty set"" toggles value with Powered Off vm => Fixed in SVN",vroetman,,"When the VM is Powered Off,
{{{
VBoxManage guestproperty set VMName TestProperty
}}}
will set ''TestProperty'' with an empty value if ''TestProperty'' does not exist.

If ''TestProperty'' does exist, it will delete the property.

This means running the command multiple times will toggle the ''TestProperty'' value between set and deleted.

In the past, running ''guestproperty set'' would make sure the value was deleted, no matter its previous state. This is used to clear values that might be set from a previous run.

This is only when the VM is powered off. It works as expected if the VM is running.

This might be related to Ticket #11719.",defect,closed,guest control,VirtualBox 4.2.12,fixed,guestproperty set,,Windows,Windows
