KeyValuePairOflonglong Data Object - Campaign Management
The key and value pair of long and long values defined by the Campaign Management service.
Syntax
<xs:complexType name="KeyValuePairOflonglong" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appinfo>
<GenericType Name="KeyValuePairOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Collections.Generic" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
<GenericParameter Name="long" Namespace="http://www.w3.org/2001/XMLSchema" />
<GenericParameter Name="long" Namespace="http://www.w3.org/2001/XMLSchema" />
</GenericType>
<IsValueType xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsValueType>
</xs:appinfo>
</xs:annotation>
<xs:sequence>
<xs:element name="key" type="xs:long" />
<xs:element name="value" type="xs:long" />
</xs:sequence>
</xs:complexType>
Elements
The KeyValuePairOflonglong object has the following elements: key, value.
Element | Description | Data Type |
---|---|---|
key | The key to the value. | long |
value | The value mapped to the key. | long |
Requirements
Service: CampaignManagementService.svc v13
Namespace: http://schemas.datacontract.org/2004/07/System.Collections.Generic