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

속성 값

Boolean

XmlSerializer를 사용하여 오류를 읽고 써야 하면 true이고, DataContractSerializer를 사용해야 하면 false입니다. 기본값은 false입니다.

적용 대상