ReflectionGetPropertyInfo(Object, String) Method

Gets the information of the property with the same name.

Definition

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

Parameters

obj  Object
Object to evaluate.
propertyName  String
Property name.

Return Value

PropertyInfo
PropertyInfo with the information of the property with the same name.

See Also