EditableApplicationCatalogViewModelItem - свойство |
Gets the error message for the property with the given name.
Пространство имён:
Tessa.UI.AppManager.CatalogService
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemString
The name of the property whose error message to get.
Возвращаемое значение
Тип:
String
The error message for the property. The default is an empty string ("").
См. также