IDataErrorInfo::Item Property (String^)

 

Gets the error message for the property with the given name.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

property String^ default[
	String^ columnName
] {
	String^ get(String^ columnName);
}

Parameters

columnName
Type: System::String^

The name of the property whose error message to get.

Property Value

Type: System::String^

The error message for the property. The default is an empty string ("").

.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show: