Click or drag to resize
ProviderGuidDictionary Properties

The ProviderGuidDictionary type exposes the following members.

Properties
  NameDescription
Public propertyColumnNames
Column names
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyCount
Items count (all keys).
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyDataIsValid
Returns true if the dictionary content is valid.
(Inherited from ProviderDictionaryTKey, TValue.)
Protected propertyDictionary
Inner dictionary.
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyEnabled
If true, the dictionary is enabled.
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyIsEmpty
Returns true if the Dictionary is empty.
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyItem
Dictionary indexer.
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyLogWebFarmTasks
Gets / sets if the dictionary should log web farm tasks
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyName
Dictionary name.
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyObjectLatency
Object latency in minutes.
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyObjectType
Object type
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyParentCollection
Parent dictionary collection.
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyRemovedValue
Value that is set to the specific key if the value is removed. If not set, the item is completely removed.
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyUseWeakReferences
If true, the weak references are used for the items so the memory can be cleared upon request
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyValues
Returns the values of the dictionary
(Inherited from ProviderDictionaryTKey, TValue.)
Top
See Also