NameValuePair Class

Definition

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.

Applies to