ODataMessageWriter.WriteProperty(ODataProperty) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Écrit un ODataProperty en tant que charge utile de message.
public void WriteProperty (Microsoft.OData.ODataProperty property);
member this.WriteProperty : Microsoft.OData.ODataProperty -> unit
Public Sub WriteProperty (property As ODataProperty)
Paramètres
- property
- ODataProperty
La propriété à enregistrer.