FaultImportOptions.UseMessageFormat 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示應使用 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
。