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

プロパティ値

エラーの読み取りと書き込みに を使用する必要がある場合は a0/& を使用する必要がある場合は。 既定値は false です。

適用対象