Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the URI that identifies the entity set represented by the feed.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Id As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The URI that identifies the entity set represented by the feed.