ReflectionGetPropertyValue(Object, String) Method

Get the value of a property with the same name.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static Object GetPropertyValue(
	Object obj,
	string propertyName
)

Parameters

obj  Object
Object to evaluate.
propertyName  String
Property name.

Return Value

Object
Object with the value of a property with the same name.

See Also