ValidationException::Value Property

 

Gets the value of the object that causes the ValidationAttribute class to trigger this exception.

Namespace:   System.ComponentModel.DataAnnotations
Assembly:  System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)

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

Property Value

Type: System::Object^

The value of the object that caused the ValidationAttribute class to trigger the validation error.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Return to top
Show: