DataServiceClientFormat.UseJson Method

Indicates that the client should use the efficient JSON format. Will invoke the LoadServiceModel delegate property in order to get the required service model.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Sub UseJson
'Usage
Dim instance As DataServiceClientFormat

instance.UseJson()
public void UseJson()
public:
void UseJson()
member UseJson : unit -> unit
public function UseJson()

See Also

Reference

DataServiceClientFormat Class

UseJson Overload

System.Data.Services.Client Namespace