Condividi tramite


Proprietà ODataFeed.Id

Ottiene o imposta l'URI che identifica il set di entità rappresentato dal feed.

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 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)

Valore proprietà

Tipo: System.String
URI che identifica il set di entità rappresentato dal feed.

Vedere anche

Riferimento

ODataFeed Classe

Spazio dei nomi Microsoft.Data.OData