WebHttpElement.AutomaticFormatSelectionEnabled Propriedade
Definição
Obtém ou define um valor que indica se o formato da mensagem pode ser selecionado automaticamente.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
Valor da propriedade
true Se o formato da mensagem puder ser selecionado automaticamente; caso contrário, false .true if the message format can be automatically selected; otherwise, false.
- Atributos