NameValueCollectionSetValue Method

Set the value of the property of the specified name, creating a new item in the collection, if necessary.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public void SetValue(
	string name,
	string value
)

Parameters

name  String
Name of the property to set.
value  String
Value to place on the property.

See Also