Click or drag to resize
ProviderGuidDictionary Properties

The ProviderGuidDictionary 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>.)
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 propertyObjectType
Object type
(Inherited from ProviderDictionary<TKey, TValue>.)
Public propertyParentCollection
Parent dictionary collection.
(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>.)
Protected propertyWebFarmTaskOperation
Web farm task operation identificator used in task queue.
(Inherited from ProviderDictionary<TKey, TValue>.)
Top
See Also