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 entity that is being expanded.
Namespace: System.Web.Http.OData.Formatter.Serialization
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public EntityInstanceContext ExpandedEntity {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property EntityInstanceContext^ ExpandedEntity {
[CompilerGeneratedAttribute]
EntityInstanceContext^ get();
[CompilerGeneratedAttribute]
void set(EntityInstanceContext^ value);
}
member ExpandedEntity : EntityInstanceContext with get, set
Public Property ExpandedEntity As EntityInstanceContext
Property Value
Type: System.Web.Http.OData.EntityInstanceContext
See Also
ODataSerializerContext Class
System.Web.Http.OData.Formatter.Serialization Namespace
Return to top