次の方法で共有


FaultImportOptions.UseMessageFormat プロパティ

定義

エラーの読み書きに XmlSerializer を使用する必要があることを示す値を取得または設定します。

public:
 property bool UseMessageFormat { bool get(); void set(bool value); };
public bool UseMessageFormat { get; set; }
member this.UseMessageFormat : bool with get, set
Public Property UseMessageFormat As Boolean

プロパティ値

エラーの読み書きに true を使用する必要がある場合は XmlSerializerfalse を使用する場合は DataContractSerializer。 既定値は、false です。

適用対象