JsonResult::Data Property

Gets or sets the data.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public:
property Object^ Data {
	Object^ get ();
	void set (Object^ value);
}

Property Value

Type: System::Object
The data.
Show: