Mindscape LightSpeed - User Reference & API Documentation
Item Property (columnName)
API ReferenceMindscape.LightSpeedEntityItem[([(String])])
Gets the error message for the property with the given name.
Declaration Syntax
C#Visual Basic
[BrowsableAttribute(false)]
public virtual string this[
	string columnName
] { get; }
<BrowsableAttribute(False)> _
Public Overridable ReadOnly Default Property Item ( _
	columnName As String _
) As String
Parameters
columnName (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 ("").

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)