EditableApplicationCatalogViewModelError - свойство |
Gets an error message indicating what is wrong with this object.
Пространство имён:
Tessa.UI.AppManager.CatalogService
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public string Error { get; }
Public ReadOnly Property Error As String
Get
public:
virtual property String^ Error {
String^ get () sealed;
}
abstract Error : string with get
override Error : string with get
Возвращаемое значение
Тип:
StringAn error message indicating what is wrong with this object. The default is an empty string ("").
См. также