共用方式為


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

屬性

適用於