ConfigPropertyValue
The ConfigPropertyValue data structure holds information about the configuration property.
Definition
<complexType name="ConfigPropertyValue">
<choice>
<element name="stringValue" type="string" />
<element name="stringList" type="string"
minOccurs="1" maxOccurs="unbounded" />
<element name="byteValue" type="byte" />
<element name="byteList" type="byte"
minOccurs="1" maxOccurs="unbounded" />
<element name="shortValue" type="short" />
<element name="shortList" type="short"
minOccurs="1" maxOccurs="unbounded" />
<element name="intValue" type="int" />
<element name="intList" type="int"
minOccurs="1" maxOccurs="unbounded" />
<element name="longValue" type="long" />
<element name="longList" type="long"
minOccurs="1" maxOccurs="unbounded" />
<element name="booleanValue" type="boolean" />
<element name="booleanList" type="boolean"
minOccurs="1" maxOccurs="unbounded" />
<element name="floatValue" type="float" />
<element name="floatList" type="float"
minOccurs="1" maxOccurs="unbounded" />
<element name="doubleValue" type="double" />
<element name="doubleList" type="double"
minOccurs="1" maxOccurs="unbounded" />
<element name="dateValue" type="date" />
<element name="dateList" type="date"
minOccurs="1" maxOccurs="unbounded" />
<element name="timeValue" type="time" />
<element name="timeList" type="time"
minOccurs="1" maxOccurs="unbounded" />
<element name="dateTimeValue" type="dateTime" />
<element name="dateTimeList" type="dateTime"
minOccurs="1 maxOccurs="unbounded" />
<element name="durationValue" type="duration" />
<element name="durationList" type="duration"
minOccurs="1" maxOccurs="unbounded" />
<element name="URIValue" type="anyURI" />
<element name="URIList" type="anyURI"
minOccurs="1" maxOccurs="unbounded" />
</choice>
</complexType>
The structure consists of the following elements:
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*