EditableApplicationCatalogViewModelItem - свойство
Gets the error message for the property with the given name.
Пространство имён: Tessa.UI.AppManager.CatalogServiceСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public string this[
string columnName
] { get; }
Public ReadOnly Default Property Item (
columnName As String
) As String
Get
public:
virtual property String^ default[String^ columnName] {
String^ get (String^ columnName) sealed;
}
abstract Item : string with get
override Item : string with get
- columnName String
-
The name of the property whose error message to get.
String
The error message for the property. The default is an empty string ("").
IDataErrorInfoItemString