customProperty element

Type: customProperty
Namespace: (default namespace)

Example XML

<?xml version="1.0" encoding="UTF-8"?> <customProperty> <name>...</name> <value>...</value> </customProperty>

Example JSON

{ "name" : "...", "value" : "..." }