DataServiceClientFormat.UseAtom Method

Indicates that the client should use the Atom format.

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

Syntax

'Declaration
Public Sub UseAtom
'Usage
Dim instance As DataServiceClientFormat

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

See Also

Reference

DataServiceClientFormat Class

System.Data.Services.Client Namespace