NameValuePair Class

Definition

Represents a name-value pair.

public class NameValuePair
type NameValuePair = class
Public Class NameValuePair
Inheritance
NameValuePair

Constructors

NameValuePair()

Initializes a new instance of the NameValuePair class.

NameValuePair(String, String)

Initializes a new instance of the NameValuePair class.

Properties

Name

Gets or sets the name in the name-value pair.

Value

Gets or sets the value in the name-value pair.

Applies to