MetadataStructureCachevalueListItemIDByGuid Field |
Value list items (or objects) by guid.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected ConcurrentDictionary<string, ObjID> valueListItemIDByGuid
Protected valueListItemIDByGuid As ConcurrentDictionary(Of String, ObjID)
protected:
ConcurrentDictionary<String^, ObjID^>^ valueListItemIDByGuid
Field Value
Type:
ConcurrentDictionaryString,
ObjID
See Also