MetadataStructureCachepropertyDefAdminCache Field |
Container for cached full (admin) property definitions.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected ConcurrentDictionary<int, PropertyDefAdmin> propertyDefAdminCache
Protected propertyDefAdminCache As ConcurrentDictionary(Of Integer, PropertyDefAdmin)
protected:
ConcurrentDictionary<int, PropertyDefAdmin^>^ propertyDefAdminCache
Field Value
Type:
ConcurrentDictionaryInt32,
PropertyDefAdmin
See Also