Gets the error message for the property with the given name.
Namespace:
Enkoni.Framework.UI.Mvvm
Assembly:
Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntaxpublic string this[
string property
] { get; }
Public ReadOnly Default Property Item (
property As String
) As String
Get
public:
virtual property String^ default[String^ property] {
String^ get (String^ property) sealed;
}
abstract Item : string with get
override Item : string with get
Parameters
- property
- Type: SystemString
The name of the property whose error message to get.
Return Value
Type:
StringThe error messages for the specified property.
Implements
IDataErrorInfoItemString
See Also