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