InstrSession.AttachString
- Updated2025-07-21
- 1 minute(s) read
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.