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 the entity that was created.
Namespace: System.Web.Http.OData.Results
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public T Entity { get; }
public:
property T Entity {
T get();
}
member Entity : 'T with get
Public ReadOnly Property Entity As T
Property Value
Type: T
See Also
CreatedODataResult<T> Class
System.Web.Http.OData.Results Namespace
Return to top