ReflectionGetPropertyInfo(Type, 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(
	Type type,
	string propertyName
)

Parameters

type  Type
Property type.
propertyName  String
Property name.

Return Value

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

See Also