Compartir a través de


WebHttpElement.AutomaticFormatSelectionEnabled Propiedad

Definición

Obtiene o establece un valor que indica si se puede seleccionar automáticamente el formato del mensaje.

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

Valor de propiedad

true si el formato de mensaje puede estar seleccionado automáticamente; de lo contrario, false.

Atributos

Se aplica a