UniValueCollection PropertiesNemiro.OAuth

The UniValueCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the collection.
Public propertyIsReadOnly
Gets a value indicating whether the collection is read-only. Always false.
Public propertyItem[Int32]
Gets or sets the element at the specified index.
Public propertyItem[String]
Gets or sets the value associated with the specified key.
Public propertyItems
Gets or sets items of the collection.
Public propertyKeys
Gets a collection containing the keys in the collection.
Public propertyParent
The reference to parent.
Public propertyValues
Gets a collection containing the values in the collection.
Top
See Also