userDefinedProperty element

Type: imbUserDefinedPropertyObject
Namespace: (default namespace)
XML Schema: ns0.xsd

Description of a property

Example XML

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

Example JSON

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