WebHttpEndpointElement.AutomaticFormatSelectionEnabled 属性

定义

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

public:
 property bool AutomaticFormatSelectionEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("automaticFormatSelectionEnabled", DefaultValue=false)]
public bool AutomaticFormatSelectionEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("automaticFormatSelectionEnabled", DefaultValue=false)>]
member this.AutomaticFormatSelectionEnabled : bool with get, set
Public Property AutomaticFormatSelectionEnabled As Boolean

属性值

如果启用了自动格式设置,则为 true;否则为 false

属性

适用于