ODataOutputContext.WriteProperty(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.
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.