Méthode ODataMessageWriter.WriteProperty
Écrit ODataProperty comme charge de message.
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Sub WriteProperty ( _
property As ODataProperty _
)
'Utilisation
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
)
Paramètres
- property
Type : Microsoft.Data.OData.ODataProperty
Propriété à écrire.