ModelError.ErrorMessage Property

Gets or sets the error message.

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

function get ErrorMessage () : String 
private function set ErrorMessage (value : String)

Property Value

Type: System.String
The error message.
Show: