Click or drag to resize
MPContextFakerSetGlobalVariable Method
Allows to set a global MatchPoint variable which can be used within expressions. Useful if you have expressions which access (global) variables which would otherwise not be defined.

Namespace: Colygon.MatchPoint.Core
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public void SetGlobalVariable(
	string name,
	Object value
)

Parameters

name
Type: SystemString
value
Type: SystemObject
See Also