InputParametersAdd Method
Add a value to a property, using the property name as string.
Namespace: MYRIAMAssembly: MYRIAM (in MYRIAM.exe) Version: 1.0.0
public void Add(
string propertyName,
Object value
)
Parameters
- propertyName String
- Name of the property.
- value Object
- Value to be set.