WebHttpEndpointElement.AutomaticFormatSelectionEnabled Propiedad

Definición

Obtiene o establece si se activa la selección del formato automático.

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

Valor de propiedad

true si el formato automático está habilitado; de lo contrario, false.

Atributos

Se aplica a