Partager via


Propriété ODataEntry.Id

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

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

Syntaxe

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

value = instance.Id

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

Valeur de propriété

Type : System.String
Identificateur d'entrée.

Voir aussi

Référence

ODataEntry Classe

Espace de noms Microsoft.Data.OData