Share via


ODataMessageWriterSettings.Version Property

 

Gets or sets the OData protocol version to be used for writing payloads.

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

Syntax

public Nullable<ODataVersion> Version {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property Nullable<ODataVersion> Version {
    [CompilerGeneratedAttribute]
    Nullable<ODataVersion> get();
    [CompilerGeneratedAttribute]
    void set(Nullable<ODataVersion> value);
}
member Version : Nullable<ODataVersion> with get, set
Public Property Version As Nullable(Of ODataVersion)

Property Value

Type: System.Nullable<ODataVersion>

The OData protocol version to be used for writing payloads.

See Also

ODataMessageWriterSettings Class
Microsoft.OData.Core Namespace

Return to top