共用方式為


KeyValuePairOfstringbase64Binary 數據物件 - 客戶管理

由客戶管理服務所定義之字串和base64Binary值的索引鍵和值組。

<xs:complexType name="KeyValuePairOfstringbase64Binary" 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="base64Binary" 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:base64Binary" />
  </xs:sequence>
</xs:complexType>

元素

KeyValuePairOfstringbase64Binary 物件具有下列元素:索引鍵

元素 描述 資料類型
鑰匙 設定的名稱。 string
價值 設定的值。 base64Binary

需求

服務: CustomerManagementService.svc v13
命名空間: http://schemas.datacontract.org/2004/07/System.Collections.Generic

消費者

AccountTaxCertificate