licenseproperties element
Type: | licensePropertyListDTO |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<licenseproperties>
<licenseproperty>
<key>...</key>
<value>...</value>
</licenseproperty>
<licenseproperty>
<!--...-->
</licenseproperty>
<!--...more "licenseproperty" elements...-->
</licenseproperties>
Example JSON
{
"licenseproperty" : [ {
"key" : "...",
"value" : "..."
}, ... ]
}