Share via


IEdmDeltaDeletedEntityObject.Id Property

 

The id of the deleted entity (same as the odata.id returned or computed when calling GET on resource), which may be absolute or relative.

Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

string Id { get; set; }
property String^ Id {
    String^ get();
    void set(String^ value);
}
abstract Id : string with get, set
Property Id As String

Property Value

Type: System.String

See Also

IEdmDeltaDeletedEntityObject Interface
System.Web.OData Namespace

Return to top