Propriété ODataFeed.Id
Obtient ou définit l'URI qui identifie le jeu d'entités représenté par le flux.
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 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)
Valeur de propriété
Type : System.String
URI qui identifie le jeu d'entités représenté par le flux.