Discuss this help topic in SecureBlackbox Forum

TElHTTPSession.Tag

TElHTTPSession     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies session's tag.

Declaration

[C#]
    Object Tag;

[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.

See also:     OwnTag    

Discuss this help topic in SecureBlackbox Forum