Compartir a través de


ODataEntry.Id Propiedad

Obtiene o establece el identificador de entrada.

Espacio de nombres:  Microsoft.Data.OData
Ensamblado:  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Sintaxis

'Declaración
Public Property Id As String
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
El identificador de entrada.

Vea también

Referencia

ODataEntry Clase

Espacio de nombres Microsoft.Data.OData