Gets and sets the ResponseFormat property.
Public Property ResponseFormat As WebMessageFormat
Dim instance As WebGetAttribute Dim value As WebMessageFormat value = instance.ResponseFormat instance.ResponseFormat = value
public WebMessageFormat ResponseFormat { get; set; }
public: property WebMessageFormat ResponseFormat { WebMessageFormat get (); void set (WebMessageFormat value); }
public function get ResponseFormat () : WebMessageFormat public function set ResponseFormat (value : WebMessageFormat)
This property determines the format of responses sent from a service operation. The two possible values are Xml and Json.
The following example shows how to set the ResponseFormat property.
<OperationContract()> _ <WebGet(ResponseFormat:=WebMessageFormat.Json)> _ Function Modulo(ByVal x As Long, ByVal y As Long) As Long
[OperationContract] [WebGet(ResponseFormat= WebMessageFormat.Json)] long Mod(long x, long y);
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003