WebHttpElement.AutomaticFormatSelectionEnabled Propiedad

Definición

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

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 se puede seleccionar automáticamente el formato del mensaje; de lo contrario, false.

Atributos

Se aplica a