EditableApplicationCatalogViewModelItem - свойство
Gets the error message for the property with the given name.
Пространство имён: Tessa.UI.AppManager.CatalogServiceСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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