Share via


ODataPayloadKindDetectionResult.Format Property

Gets or sets the format for the detected payload kind.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public ReadOnly Property Format As ODataFormat 
    Get
'Usage
Dim instance As ODataPayloadKindDetectionResult 
Dim value As ODataFormat 

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

Property Value

Type: Microsoft.Data.OData.ODataFormat
The format for the detected payload kind.

See Also

Reference

ODataPayloadKindDetectionResult Class

Microsoft.Data.OData Namespace