DataServiceContext.Format Property

Gets an object which allows the user to customize the format the client will use for making requests.

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

Syntax

'Declaration
Public ReadOnly Property Format As DataServiceClientFormat 
    Get
'Usage
Dim instance As DataServiceContext 
Dim value As DataServiceClientFormat 

value = instance.Format
public DataServiceClientFormat Format { get; }
public:
property DataServiceClientFormat^ Format {
    DataServiceClientFormat^ get ();
}
member Format : DataServiceClientFormat
function get Format () : DataServiceClientFormat

Property Value

Type: System.Data.Services.Client.DataServiceClientFormat

See Also

Reference

DataServiceContext Class

System.Data.Services.Client Namespace