Share via


ODataOutputContext.WriteProperty(ODataProperty) Method

Definition

Writes an ODataProperty as message payload.

public virtual void WriteProperty (Microsoft.OData.ODataProperty odataProperty);
abstract member WriteProperty : Microsoft.OData.ODataProperty -> unit
override this.WriteProperty : Microsoft.OData.ODataProperty -> unit
Public Overridable Sub WriteProperty (odataProperty As ODataProperty)

Parameters

odataProperty
ODataProperty

The OData property to write.

Remarks

It is the responsibility of this method to flush the output before the method returns.

Applies to