AdapterDictionary Properties

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyCount

Gets the number of key/values pairs contained in the OrderedDictionary collection.(Inherited from OrderedDictionary.)

System_CAPS_pubpropertyIsReadOnly

Gets a value indicating whether the OrderedDictionary collection is read-only.(Inherited from OrderedDictionary.)

System_CAPS_pubpropertyItem[Int32]

Gets or sets the value at the specified index.(Inherited from OrderedDictionary.)

System_CAPS_pubpropertyItem[Object]

Gets or sets the value with the specified key.(Inherited from OrderedDictionary.)

System_CAPS_pubpropertyItem[String]

This API supports the product infrastructure and is not intended to be used directly from your code. Used internally at run time by the configuration system to get or set a specified adapter name.

System_CAPS_pubpropertyKeys

Gets an ICollection object containing the keys in the OrderedDictionary collection.(Inherited from OrderedDictionary.)

System_CAPS_pubpropertyValues

Gets an ICollection object containing the values in the OrderedDictionary collection.(Inherited from OrderedDictionary.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection.IsSynchronized

Gets a value indicating whether access to the OrderedDictionary object is synchronized (thread-safe).(Inherited from OrderedDictionary.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection.SyncRoot

Gets an object that can be used to synchronize access to the OrderedDictionary object.(Inherited from OrderedDictionary.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionary.IsFixedSize

Gets a value indicating whether the OrderedDictionary has a fixed size.(Inherited from OrderedDictionary.)

Return to top
Show: