Share via


SetData Method

The SetData method defines the name-value pair for the session.

Syntax

object.SetData

(

i_NameAs String,

i_pValueAs Variant

)

Parameters

Parameter Description

i_Name

The name of the session data.

i_pValue

The value to store in the session data.

See Also

Reference

IGrooveFormsToolSessionData Interface