ODataDeserializerContext.ResourceType Property
Gets or sets the type of the top-level object the request needs to be deserialized into.
Namespace: System.Web.Http.OData.Formatter.Deserialization
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public Type ResourceType {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property Type^ ResourceType {
[CompilerGeneratedAttribute]
Type^ get();
[CompilerGeneratedAttribute]
void set(Type^ value);
}
member ResourceType : Type with get, set
Public Property ResourceType As Type
Property Value
Type: System.Type
See Also
ODataDeserializerContext Class
System.Web.Http.OData.Formatter.Deserialization Namespace
Return to top