Partager via


Propriété ODataEntry.ETag

Obtient ou définit l'eTag de l'entrée.

Espace de noms :  Microsoft.Data.OData
Assembly :  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Syntaxe

'Déclaration
Public Property ETag As String
    Get
    Set
'Utilisation
Dim instance As ODataEntry
Dim value As String

value = instance.ETag

instance.ETag = value
public string ETag { get; set; }
public:
property String^ ETag {
    String^ get ();
    void set (String^ value);
}
member ETag : string with get, set
function get ETag () : String
function set ETag (value : String)

Valeur de propriété

Type : System.String
Entrée eTag.

Voir aussi

Référence

ODataEntry Classe

Espace de noms Microsoft.Data.OData