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

プロパティ値

形式の自動選択が有効な場合は true。それ以外の場合は false

注釈

自動書式選択の詳細については、「 WCF Web HTTP の書式設定」を参照してください。

適用対象