EasyObjects.NET Programmers Reference

EasyObject.SetProperty Method 

Sets a property value using the property name via reflection

public void SetProperty(
   string propertyName,
   string propertyValue
);

Parameters

propertyName
The name of the property to set
propertyValue
The value to set the property to

See Also

EasyObject Class | NCI.EasyObjects Namespace