Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Asynchronously writes an ODataProperty as the message payload.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function WritePropertyAsync ( _
property As ODataProperty _
) As Task
'Usage
Dim instance As ODataMessageWriter
Dim property As ODataProperty
Dim returnValue As Task
returnValue = instance.WritePropertyAsync(property)
public Task WritePropertyAsync(
ODataProperty property
)
public:
Task^ WritePropertyAsync(
ODataProperty^ property
)
member WritePropertyAsync :
property:ODataProperty -> Task
public function WritePropertyAsync(
property : ODataProperty
) : Task
Parameters
- property
Type: Microsoft.Data.OData.ODataProperty
The property to write
Return Value
Type: System.Threading.Tasks.Task
A task representing the asynchronous operation of writing the property.