Click or drag to resize
ProviderStringDictionary Properties

The ProviderStringDictionary type exposes the following members.

Properties
  NameDescription
Public propertyColumnNames
Column names
(Inherited from ProviderDictionary<TKey, TValue>.)
Public propertyCount
Items count (all keys).
(Inherited from ProviderDictionary<TKey, TValue>.)
Public propertyDataIsValid
Returns true if the dictionary content is valid.
(Inherited from ProviderDictionary<TKey, TValue>.)
Protected propertyDictionary
Inner dictionary.
(Inherited from ProviderDictionary<TKey, TValue>.)
Public propertyEnabled
If true, the dictionary is enabled.
(Inherited from ProviderDictionary<TKey, TValue>.)
Public propertyIsEmpty
Returns true if the Dictionary is empty.
(Inherited from ProviderDictionary<TKey, TValue>.)
Public propertyItem
Dictionary indexer.
(Inherited from ProviderDictionary<TKey, TValue>.)
Public propertyLogWebFarmTasks
Gets / sets if the dictionary should log web farm tasks
(Inherited from ProviderDictionary<TKey, TValue>.)
Public propertyName
Dictionary name.
(Inherited from ProviderDictionary<TKey, TValue>.)
Public propertyObjectLatency
Object latency in minutes.
(Inherited from ProviderDictionary<TKey, TValue>.)
Public propertyObjectType
Object type
(Inherited from ProviderDictionary<TKey, TValue>.)
Public propertyParentCollection
Parent dictionary collection.
(Inherited from ProviderDictionary<TKey, 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 ProviderDictionary<TKey, TValue>.)
Public propertyUseWeakReferences
If true, the weak references are used for the items so the memory can be cleared upon request
(Inherited from ProviderDictionary<TKey, TValue>.)
Public propertyValues
Returns the values of the dictionary
(Inherited from ProviderDictionary<TKey, TValue>.)
Top
See Also