WebHttpBehavior.AutomaticFormatSelectionEnabled 속성

정의

자동 서식 선택을 사용할 수 있는지 여부를 결정하는 값을 가져오거나 설정합니다.

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

속성 값

자동 서식 선택을 사용하도록 설정하면 .

설명

자동 서식 선택에 대한 자세한 내용은 WCF 웹 HTTP 서식을 참조하세요.

적용 대상