Discuss this help topic in SecureBlackbox Forum
Specifies session's tag.
Declaration
[VB.NET]
Property Tag As Object
[Pascal]
property Tag : TObject;
[C++]
TObject* get_Tag();
void set_Tag(TObject &Value);
void set_Tag(TObject *Value);
[PHP]
TObject get_Tag()
void set_Tag(TObject $Value)
[Java]
TObject getTag();
void setTag(TObject Value);
Description
This property specifies this session's tag value.
Discuss this help topic in SecureBlackbox Forum