WebHttpElement.AutomaticFormatSelectionEnabled プロパティ

定義

メッセージ形式を自動的に選択できるかどうかを示す値を取得または設定します。

public:
 property bool AutomaticFormatSelectionEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("automaticFormatSelectionEnabled")]
public bool AutomaticFormatSelectionEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("automaticFormatSelectionEnabled")>]
member this.AutomaticFormatSelectionEnabled : bool with get, set
Public Property AutomaticFormatSelectionEnabled As Boolean

プロパティ値

true メッセージ形式を自動的に選択できる場合。それ以外の場合は false

属性

適用対象