WebHttpElement.AutomaticFormatSelectionEnabled 属性

定义

获取或设置一个值,该值指示是否可自动选择消息格式。

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

属性值

如果可自动选择消息格式,则为 true;否则为 false

属性

适用于