Share via


ODataMessageWriter.WritePropertyAsync(ODataProperty) Method

Definition

Asynchronously writes an ODataProperty as the message payload.

public System.Threading.Tasks.Task WritePropertyAsync (Microsoft.OData.ODataProperty property);
member this.WritePropertyAsync : Microsoft.OData.ODataProperty -> System.Threading.Tasks.Task
Public Function WritePropertyAsync (property As ODataProperty) As Task

Parameters

property
ODataProperty

The property to write

Returns

A task representing the asynchronous operation of writing the property.

Applies to