ReflectionGetPropertyInfo(Type, String) Method
Gets the information of the property with the same name.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static PropertyInfo GetPropertyInfo(
Type type,
string propertyName
)
Public Shared Function GetPropertyInfo (
type As Type,
propertyName As String
) As PropertyInfo
- type Type
- Property type.
- propertyName String
- Property name.
PropertyInfoPropertyInfo with the information of the property with the same name.