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.
Reads an ODataProperty as message payload.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function ReadProperty As ODataProperty
'Usage
Dim instance As ODataMessageReader
Dim returnValue As ODataProperty
returnValue = instance.ReadProperty()
public ODataProperty ReadProperty()
public:
ODataProperty^ ReadProperty()
member ReadProperty : unit -> ODataProperty
public function ReadProperty() : ODataProperty
Return Value
Type: Microsoft.Data.OData.ODataProperty
The property read from the payload.