Compartir a través de


ODataFeed.Id Propiedad

Obtiene o establece el URI que identifica el conjunto de entidades representado por la fuente.

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 ODataFeed
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 URI que identifica el conjunto de entidades representado por la fuente.

Vea también

Referencia

ODataFeed Clase

Espacio de nombres Microsoft.Data.OData