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