Condividi tramite


Metodo ODataMessageWriter.WriteProperty

Scrive un oggetto ODataProperty come payload del messaggio.

Spazio dei nomi  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Sintassi

'Dichiarazione
Public Sub WriteProperty ( _
    property As ODataProperty _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

ODataMessageWriter Classe

Spazio dei nomi Microsoft.Data.OData