Gets the error message for the property with the given name.
Namespace:
Mindscape.LightSpeedAssembly: 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.