Gets or sets the type of the top-level object the request needs to be deserialized into.
Namespace:   System.Web.OData.Formatter.Deserialization
Assembly:  System.Web.OData (in System.Web.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.OData.Formatter.Deserialization Namespace
Return to top