CardGetFileContentExtensionContextResponse - свойство
Ответ на запрос по взаимодействию с карточкой.
Если свойство установлено перед выполнением взаимодействия с карточкой стандартными средствами, то такое взаимодействие не производится.
Пространство имён: Tessa.Cards.ExtensionsСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public CardGetFileContentResponse? Response { get; set; }
Public Property Response As CardGetFileContentResponse
Get
Set
public:
virtual property CardGetFileContentResponse^ Response {
CardGetFileContentResponse^ get () sealed;
void set (CardGetFileContentResponse^ value) sealed;
}
abstract Response : CardGetFileContentResponse with get, set
override Response : CardGetFileContentResponse with get, set
CardGetFileContentResponseICardRequestExtensionContextTRequest, TResponseResponse