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.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public string Id { get; set; }
public:
property String^ Id {
    virtual String^ get() sealed;
    virtual void set(String^ value) sealed;
}
abstract Id : string with get, set
override Id : string with get, set
Public Property Id As String
Property Value
Type: System.String
Implements
IEdmDeltaDeletedEntityObject.Id
See Also
EdmDeltaDeletedEntityObject Class
System.Web.OData Namespace
Return to top