MetadataStructureCacheuserIdByGuid Field |
Maps user guid to user id.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected ConcurrentDictionary<Guid, int> userIdByGuid
Protected userIdByGuid As ConcurrentDictionary(Of Guid, Integer)
protected:
ConcurrentDictionary<Guid, int>^ userIdByGuid
Field Value
Type:
ConcurrentDictionaryGuid,
Int32
See Also