International クラス

定義

各種言語のメッセージ ヘッダーのデータ コントラクトを表します。

public ref class International : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="International", Namespace="http://www.w3.org/2005/09/ws-i18n")]
public class International : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="International", Namespace="http://www.w3.org/2005/09/ws-i18n")>]
type International = class
    inherit DataContractBase
Public Class International
Inherits DataContractBase
継承
International
属性

コンストラクター

International()

International クラスの新しいインスタンスを初期化します。

プロパティ

ExtensionData

追加のデータを格納する構造体を取得または設定します。

(継承元 DataContractBase)
Locale

ロケール名を取得または設定します。

Tz

タイム ゾーンを取得または設定します。

適用対象