InputParametersAdd Method

Add a value to a property, using the property name as string.

Definition

Namespace: MYRIAM
Assembly: MYRIAM (in MYRIAM.exe) Version: 1.0.0
C#
public void Add(
	string propertyName,
	Object value
)

Parameters

propertyName  String
Name of the property.
value  Object
Value to be set.

See Also