NameValuePair Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a name-value pair. The name cannot be null or empty.
public ref class NameValuePair
public class NameValuePair
type NameValuePair = class
Public Class NameValuePair
- Inheritance
-
NameValuePair
Constructors
| NameValuePair() |
Default constructor needed for |
Properties
| Name |
The name. |
| Value |
The value. |