次の方法で共有


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

プロパティ値

Boolean

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

属性

適用対象