MetadataStructureCacheuserGroupAdminCache Field |
Container for cached user groups.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected ConcurrentDictionary<int, UserGroupAdmin> userGroupAdminCache
Protected userGroupAdminCache As ConcurrentDictionary(Of Integer, UserGroupAdmin)
protected:
ConcurrentDictionary<int, UserGroupAdmin^>^ userGroupAdminCache
Field Value
Type:
ConcurrentDictionaryInt32,
UserGroupAdmin
See Also