[]
Gets the error message for the property with the given name.
public abstract string this[string columnName] { get; }
Public MustOverride ReadOnly Default Property Item(columnName As String) As String
| Type | Name | Description |
|---|---|---|
| string | columnName | Name of the column. |
| Type | Description |
|---|---|
| string | System.String. |