Cookie.Name([Text]) Method

Version: Available or changed with runtime version 13.0.

The name of the cookie.

Syntax

Name :=   Cookie.Name([Name: Text])

Note

This method can be invoked using property access syntax.

Parameters

Cookie
 Type: Cookie
An instance of the Cookie data type.

[Optional] Name
 Type: Text
The name of the cookie.

Return Value

Name
 Type: Text
The name of the cookie.

See Also

Cookie Data Type
Getting Started with AL
Developing Extensions