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

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

Syntax

C#
[BrowsableAttribute(false)]
public virtual string this[
	string columnName
] { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public Overridable ReadOnly Default Property Item ( _
	columnName As String _
) As String

Parameters

columnName
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 ("").

Implements

IDataErrorInfo..::.Item[([(String])])

See Also