ReflectionGetPropertyInfo(Object, 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(
Object obj,
string propertyName
)
Public Shared Function GetPropertyInfo (
obj As Object,
propertyName As String
) As PropertyInfo
- obj Object
- Object to evaluate.
- propertyName String
- Property name.
PropertyInfoPropertyInfo with the information of the property with the same name.