Freigeben über


ODataMessageReader.ReadProperty-Methode

Liest ODataProperty als Nachrichtennutzlast.

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

Rückgabewert

Typ: Microsoft.Data.OData.ODataProperty
Die aus der Nutzlast gelesene Eigenschaft.

Siehe auch

Verweis

ODataMessageReader Klasse

ReadProperty-Überladung

Microsoft.Data.OData-Namespace