Share via


ODataMessageWriter.WriteProperty(ODataProperty) Method

Definition

Writes an ODataProperty as the message payload.

public void WriteProperty (Microsoft.OData.ODataProperty property);
member this.WriteProperty : Microsoft.OData.ODataProperty -> unit
Public Sub WriteProperty (property As ODataProperty)

Parameters

property
ODataProperty

The property to write.

Applies to