Share via


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 來讀取和寫入錯誤則為 XmlSerializer,如果應使用 false 則為 DataContractSerializer。 預設為 false

適用於