Allows a custom error message to be specified. Use {0} as a placeholder for the name of the attribute being validated.

Namespace:  Mindscape.LightSpeed.Validation
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public string Message { get; set; }
Visual Basic (Declaration)
Public Property Message As String

See Also