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 value of this entity instance.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public object EntityInstance { get; set; }
public:
property Object^ EntityInstance {
Object^ get();
void set(Object^ value);
}
member EntityInstance : Object with get, set
Public Property EntityInstance As Object
Property Value
Type: System.Object
See Also
EntityInstanceContext Class
System.Web.Http.OData Namespace
Return to top