ReflectionService.GetProperty

Gets the value of the specified property of the specified object.

public static object GetProperty(object toObject,
	string tcProperty);

Return Value

The value of the property in question.

Parameters

toObject
The object whose property is read.

tcProperty
The property name.


See also:

Class ReflectionService

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