EasyObjects.NET Programmers Reference

EasyObject.GetPropertyByNamedValue Method 

Retrieves the value of a property using the name via reflection

public object GetPropertyByNamedValue(
   string propertyName
);

Parameters

propertyName
The name of the property to retrieve the value

Return Value

An object containing the property value

See Also

EasyObject Class | NCI.EasyObjects Namespace