packageCustomProperties element
Type: | packageCustomProperties |
Namespace: | (default namespace) |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<packageCustomProperties>
<customProperty>
<name>...</name>
<value>...</value>
</customProperty>
<customProperty>
<!--...-->
</customProperty>
<!--...more "customProperty" elements...-->
</packageCustomProperties>
Example JSON
{
"customProperty" : [ {
"name" : "...",
"value" : "..."
}, ... ]
}