NameValuePair PropertiesC# API
The NameValuePair type exposes the following members.
Properties

  NameDescription
Public propertyName
Gets the name stored in this name/value pair.
Public propertyValue
Gets the value stored in this name/value pair.
Back to Top
See Also