Cookie.Value([Text]) Method
Version: Available or changed with runtime version 13.0.
The value of the cookie.
Syntax
Value := Cookie.Value([Value: Text])
Note
This method can be invoked using property access syntax.
Parameters
Cookie
Type: Cookie
An instance of the Cookie data type.
[Optional] Value
Type: Text
The value of the cookie.
Return Value
Value
Type: Text
The value of the cookie.
Related information
Cookie Data Type
Getting Started with AL
Developing Extensions