LookupJA   Conversion (String to LookupJA)

Converts a valuelist item reference into a LookupJA.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static implicit operator LookupJA (
	string reference
)

Parameters

reference  String
The id of the value list item.

Return Value

LookupJA
The adapted id value.

See Also