Click or drag to resize

ScriptingVariableBagItem Property

Gets or set a keyed variable value.

Namespace:  RRAutoLib.Scripting
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Default Property Item ( 
	strKey As String
) As Object
	Get
	Set

Parameters

strKey
Type: SystemString
The key name uniquely identifying the variable in the bag.

Property Value

Type: Object
See Also