GuestRegValueMultiStringSpec

GuestRegValueMultiStringSpec
GuestRegValueMultiStringSpec

This describes the registry value multi string.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "value": [
        "string"
    ]
}
array of string
value
Optional

The data of the registry value.

The Windows registry allows this type of value to exist without having any data associated with it.