ReflectionService.SetProperty

Sets the value of the specified property of the specified object.

public static void SetProperty(object toObject,
	string tcProperty,
	object toParam);

Parameters

toObject
The object whose property is set.

tcProperty
The property name.

toParam
The new value to set the Property to.


See also:

Class ReflectionService

© Stonefield Software Inc., 2023 • Updated: 06/06/16
Comment or report problem with topic