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.
Provides a container for a validation result.
Inheritance Hierarchy
System.Object
  System.Web.Http.Validation.ModelValidationResult
Namespace:  System.Web.Http.Validation
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class ModelValidationResult
'Usage
Dim instance As ModelValidationResult
public class ModelValidationResult
public ref class ModelValidationResult
type ModelValidationResult =  class end
public class ModelValidationResult
The ModelValidationResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | ModelValidationResult | Initializes a new instance of the ModelValidationResult class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | MemberName | Gets or sets the name of the member. | 
| .jpeg) | Message | Gets or sets the validation result message. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.