Initializes a new LookupValue instance.
Namespace: Colygon.MatchPoint.CommonAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax 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