ODataMessageWriter.WriteProperty Method
Writes an ODataProperty as the message payload.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Sub WriteProperty ( _
property As ODataProperty _
)
'Usage
Dim instance As ODataMessageWriter
Dim property As ODataProperty
instance.WriteProperty(property)
public void WriteProperty(
ODataProperty property
)
public:
void WriteProperty(
ODataProperty^ property
)
member WriteProperty :
property:ODataProperty -> unit
public function WriteProperty(
property : ODataProperty
)
Parameters
- property
Type: Microsoft.Data.OData.ODataProperty
The property to write.