Winnovative Logo

NameValuePair Constructor

Winnovative Client for .NET Core
Constructs a name value pair

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public NameValuePair(
	string name,
	string value
)

Parameters

name
Type: SystemString
The pair name
value
Type: SystemString
The pair value
See Also

Reference