Discuss this help topic in SecureBlackbox Forum

TElCookie.Format

TElCookie     See also     


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


Used internally.

Declaration

[C#]
    int Format;

[VB.NET]
    Property Format As Integer

[Pascal]
    property Format : integer;

[C++]
    int32_t get_Format();
    void set_Format(int32_t Value);

[PHP]
    integer get_Format()
    void set_Format(integer $Value)

[Java]
    int getFormat();
    void setFormat(int Value);

Description

    This property contains internally used value. If you save the cookie into custom storage, you need to persist the value of this property as well as Version and Included properties.

See also:     Included     Version    

Discuss this help topic in SecureBlackbox Forum