LookupJA Constructor (String) |
Constructor that initializes itself with a lookup reference.
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic LookupJA(
string reference
)
Public Sub New (
reference As String
)
public:
LookupJA(
String^ reference
)
Parameters
- reference
- Type: SystemString
The lookup item reference.
See Also