WebHttpElement.AutomaticFormatSelectionEnabled Property

Definition

Gets or sets a value that indicates whether the message format can be automatically selected.

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

Property Value

true if the message format can be automatically selected; otherwise, false.

Attributes

Applies to