InstrSession.AttachString

Syntax

InstrSession.AttachString( uniqueId, value)

Purpose

Attaches a user-defined string value to the session. Call the InstrSession.GetString method to retrieve the value.

Parameters

uniqueId As String

[In] Pass a unique string to use when you retrieve the value. Call the InstrSession.GenerateUniqueID method to obtain a unique string.

value As String

[In] Pass the string value to attach to the session.

See Also

Attaching Additional Data to a Session

InstrSession.GenerateUniqueID

InstrSession.GetString