LookupsJA Constructor (Lookups) |
Constructor that initializes itself with an existing api object.
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic LookupsJA(
Lookups lookups
)
Public Sub New (
lookups As Lookups
)
public:
LookupsJA(
Lookups^ lookups
)
Parameters
- lookups
- Type: Lookups
An api collection to initialize this object with.
See Also