Aracılığıyla paylaş


KeyValuePairOfstringstring Veri Nesnesi - Müşteri Yönetimi

Dize ve dize değerlerinin anahtar ve değer çifti.

Sözdizimi

<xs:complexType name="KeyValuePairOfstringstring" 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="string" Namespace="http://www.w3.org/2001/XMLSchema" />
        <GenericParameter Name="string" 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" nillable="true" type="xs:string" />
    <xs:element name="value" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Öğe

KeyValuePairOfstringstring nesnesi şu öğelere sahiptir: key, value.

Öğe Açıklama Veri Türü
Anahtar Ayarın adı. Dize
Değer Ayarın değeri. Dize

Gereksinimler

Hizmet: CustomerManagementService.svc v13
Ad alanı: http://schemas.datacontract.org/2004/07/System.Collections.Generic

Kullanan

ReklamverenHesap
ClientLink
Müşteri
Kullanıcı