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