NameValueCollectionSetValue Method
Set the value of the property of the specified name, creating a new
item in the collection, if necessary.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public void SetValue(
string name,
string value
)
Public Sub SetValue (
name As String,
value As String
)
No code example is currently available or this language may not be supported.
Parameters
- name String
-
Name of the property to set.
- value String
-
Value to place on the property.