Gets the error message for the property with the given name.

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

Syntax

C#
public string this[
	string propertyName
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	propertyName As String _
) As String

Parameters

propertyName
Type: System..::.String
The name of the property whose error message to get.

Return Value

The error message for the property. The default is an empty string ("").

See Also