ResponseFormat Enumeration

Definition

Gibt an, wie der Rückgabetyp der Webmethode serialisiert wird.

public enum class ResponseFormat
public enum ResponseFormat
type ResponseFormat = 
Public Enum ResponseFormat
Vererbung
ResponseFormat

Felder

Json 0

Der Rückgabetyp wird als JSON-Zeichenfolge (JavaScript Objekt Notation) serialisiert.

Xml 1

Der Rückgabetyp wird als XML serialisiert.

Gilt für

Siehe auch