 | RESTHeaderXML Property |
Gets or sets whether or not to return XML.
Namespace:
Koden.Utils.REST
Assembly:
Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntaxpublic bool XML { get; set; }
Public Property XML As Boolean
Get
Set
public:
property bool XML {
bool get ();
void set (bool value);
}
member XML : bool with get, set
Property Value
Type:
Booleantrue - reutrns XML, false returns JSON.
See Also