ODataMessageWriter.WritePropertyAsync(ODataProperty) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.