KeyValuePairOfstringbase64Binary データ オブジェクト - Customer Management

Customer Management サービスによって定義された文字列と 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 オブジェクトには、keyvalue という要素があります。

要素 説明 データ型
キー 設定の名前。 string
設定の値。 base64Binary

要件

サービス: CustomerManagementService.svc v13
名前 空間: http://schemas.datacontract.org/2004/07/System.Collections.Generic

Used By

AccountTaxCertificate