Share via


EntityInstanceContext.EntityInstance Property

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

'Declaration
Public Property EntityInstance As Object 
    Get 
    Set
'Usage
Dim instance As EntityInstanceContext 
Dim value As Object 

value = instance.EntityInstance

instance.EntityInstance = value
public Object EntityInstance { get; set; }
public:
property Object^ EntityInstance {
    Object^ get ();
    void set (Object^ value);
}
member EntityInstance : Object with get, set
function get EntityInstance () : Object 
function set EntityInstance (value : Object)

Property Value

Type: System.Object
The value of this entity instance.

See Also

Reference

EntityInstanceContext Class

System.Web.Http.OData Namespace