Condividi tramite


Proprietà ODataEntry.Id

Ottiene o imposta l'identificatore della voce.

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

Sintassi

'Dichiarazione
Public Property Id As String
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
Identificatore della voce.

Vedere anche

Riferimento

ODataEntry Classe

Spazio dei nomi Microsoft.Data.OData