MetadataStructureCacheuserGroupIdByAlias Field |
Container for cached user group aliases.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected ConcurrentDictionary<string, int> userGroupIdByAlias
Protected userGroupIdByAlias As ConcurrentDictionary(Of String, Integer)
protected:
ConcurrentDictionary<String^, int>^ userGroupIdByAlias
Field Value
Type:
ConcurrentDictionaryString,
Int32
See Also