Click or drag to resize

NameValueDictionary Properties

The NameValueDictionary type exposes the following members.

Properties
  NameDescription
Public propertyCollection
Returns the enclosed NameValueCollection
Public propertyItemInt32
Returns the string value at the given index. This method is safe to call if the item isn't in the collection OR the specified item represented by the key has more than one value.
Public propertyItemString
Returns the string value at the given index. This method is safe to call if the item isn't in the collection OR the specified item represented by the key has more than one value.
Top
See Also