Property Type

Represents 1 extended property on an object.

Type Template

<...>
    <name>xs:string</name>
    <value>xs:string</value>
<...>

Note: Element descriptions are split into information that's relevant when you're creating an instance of this type and information relevant when you're receiving an instance of it. Occasionally these will differ.

Elements

Element Description
name
Setting
Set the property name.
Getting
Returns the property name.
value
Setting
Sets the property value.
Getting
Returns the property value.