Share via


WebHttpEndpointElement.AutomaticFormatSelectionEnabled プロパティ

定義

形式の自動選択を有効にするかどうかを示す値を取得または設定します。

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

プロパティ値

オートフォーマットが有効な場合は true。それ以外の場合は false

属性

適用対象