http://www.FatTail.com/api
DynamicPropertyValue Complex Type
http://www.FatTail.com/api : DynamicPropertyValue Complex Type
Description
Key value pair containing information on custom field values.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
DynamicPropertyValue Extension of AdBookConnectEntity Complex Type
Key value pair containing information on custom field values.
Sequence
DynamicPropertyID optional xs:long
AdBook system ID for the DynamicProperty.
Value optional xs:string
Value being assigned to the dynamic property.  The format of the value depends on the type specified in the DynamicProperty definition.
Used By
DynamicPropertyValue Element
DynamicPropertyValue Element
Source
<xs:complexType name="DynamicPropertyValue" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;Key value pair containing information on custom field values.&lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q67="http://www.FatTail.com/api" base="q67:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="DynamicPropertyID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;AdBook system ID for the DynamicProperty.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Value" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Value being assigned to the dynamic property.  The format of the value depends on the type specified in the DynamicProperty definition.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api