Click or drag to resize
LookupValue Constructor
Initializes a new LookupValue instance.

Namespace: Colygon.MatchPoint.Common
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.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