WebProxySessionVersionHolder - свойство
Объект, содержащий версию платформы, связанную с текущей сессией,
или null, если связь с сессией не поддерживается.
Пространство имён: Tessa.Platform.RuntimeСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public ISessionVersionHolder SessionVersionHolder { get; set; }
Public Property SessionVersionHolder As ISessionVersionHolder
Get
Set
public:
virtual property ISessionVersionHolder^ SessionVersionHolder {
ISessionVersionHolder^ get () sealed;
void set (ISessionVersionHolder^ value) sealed;
}
abstract SessionVersionHolder : ISessionVersionHolder with get, set
override SessionVersionHolder : ISessionVersionHolder with get, set
ISessionVersionHolderIWebProxySessionVersionHolder [Tessa.Platform.ObjectSealedException] | Произведена попытка изменения объекта, защищённого от изменений. |
Ссылки
[Tessa.Platform.ObjectSealedException]