'Declaration
Public Shared Function GetPropertyValue( _ ByVal obj As System.Object, _ ByVal propertyName As System.String _ ) As System.Object
'Usage
Dim obj As System.Object Dim propertyName As System.String Dim value As System.Object value = NReflector.GetPropertyValue(obj, propertyName)
public static System.object GetPropertyValue( System.object obj, System.string propertyName )
Parameters
- obj
- propertyName