'Declaration Public Shared Function GetValue( _ ByVal obj As Object, _ ByVal propertyName As String _ ) As Object
public static object GetValue( object obj, string propertyName )
Parameters
- obj
- propertyName
'Declaration Public Shared Function GetValue( _ ByVal obj As Object, _ ByVal propertyName As String _ ) As Object
public static object GetValue( object obj, string propertyName )