Click or drag to resize

LookupValue Constructor

Initializes a new LookupValue instance.

Namespace:  Colygon.MatchPoint.Common
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public LookupValue(
	Object id,
	string displayName
)

Parameters

id
Type: SystemObject
The id of the new lookup value.
displayName
Type: SystemString
The display name of the new lookup value.
See Also