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

属性

適用対象