Maps to Lookup.Item.
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic JsonLookupItemAdaptor Item { get; set; }
Public Property Item As JsonLookupItemAdaptor
Get
Set
public:
property JsonLookupItemAdaptor^ Item {
JsonLookupItemAdaptor^ get ();
void set (JsonLookupItemAdaptor^ value);
}
Property Value
Type:
JsonLookupItemAdaptor
See Also