'Declaration
Public Shared Function GetPropertyValueCopy( _ 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.GetPropertyValueCopy(obj, propertyName)
public static System.object GetPropertyValueCopy( System.object obj, System.string propertyName )
Parameters
- obj
- propertyName