NameValuePair
Overview
This object represents a related name and value combination.
Properties
Name | Type | Description |
---|---|---|
Name | String | A name or key. |
Value | String | A corresponding value. The type of the value is determined by the type of the NameValuePair object, e.g.Date(in any of the supporting formats), double, or String. |