WebHttpBehavior.AutomaticFormatSelectionEnabled Eigenschaft

Definition

Ruft einen Wert ab bzw. legt einen Wert fest, der angibt, ob die automatische Formatauswahl aktiviert ist.

public:
 virtual property bool AutomaticFormatSelectionEnabled { bool get(); void set(bool value); };
public virtual bool AutomaticFormatSelectionEnabled { get; set; }
member this.AutomaticFormatSelectionEnabled : bool with get, set
Public Overridable Property AutomaticFormatSelectionEnabled As Boolean

Eigenschaftswert

Boolean

true, wenn die automatische Formatauswahl aktiviert ist, andernfalls false.

Hinweise

Weitere Informationen zur automatischen Formatauswahl finden Sie unter WCF-Web-HTTP-Formatierung.

Gilt für