Skip to content

CookieEngine.Name

Andrew Lambert edited this page Nov 27, 2022 · 2 revisions

Method Signature

 Function Name(Index As Integer) As String

Parameters

Name Type Comment
Index Integer The index of the cookie whose name attribute is to be read.

Return value

The name of the specified cookie.

Remarks

Returns the name of the specified cookie.

See also