Returns the value of the specified property on an object.
public object GetPropertyValue( object sourceObject,
string propertyName );
Return Value
Property value
Parameters
sourceObject
Object with the property
propertyName
name of the property
See also:
Class ListBase