EditableApplicationCatalogViewModelItem - свойство

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

Definition

Пространство имён: Tessa.UI.AppManager.CatalogService
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public string this[
	string columnName
] { 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

См. также