ListItem(String, Int64, Object) Constructor

Constructor.

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public ListItem(
	string displayitem,
	long valueitem,
	Object value
)

Parameters

displayitem  String
DisplayValuePath data.
valueitem  Int64
Used to store a record key.
value  Object
The value.

Remarks

Mike, 2017-03-14.

See Also