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 model for this object.
Namespace: System.Web.Http.ModelBinding.Binders
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property Model As Object
Get
Private Set
'Usage
Dim instance As ComplexModelDtoResult
Dim value As Object
value = instance.Model
public Object Model { get; private set; }
public:
property Object^ Model {
Object^ get ();
private: void set (Object^ value);
}
member Model : Object with get, private set
function get Model () : Object
private function set Model (value : Object)
Property Value
Type: System.Object
The model for this object.