Gets the error message for the property with the given name.
Namespace:
Mindscape.LightSpeed.ValidationAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# |
|---|
public string this[ string propertyName ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ propertyName As String _ ) As String |
Parameters
- propertyName
- Type: System..::.String
The name of the property whose error message to get.