If the object has broken business rules, use this property to get access to the different validation messages.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string ValidationMessage{ get;}
Public ReadOnly Property ValidationMessage As String
public:
property String^ ValidationMessage {
	String^ get ();
}

See Also