Public Shared Function GetProperty( _ ByVal type As Type, _ ByVal propertyName As String _ ) As PropertyInfo
Dim type As Type Dim propertyName As String Dim value As PropertyInfo value = ReflectionHelper.GetProperty(type, propertyName)
public static PropertyInfo GetProperty( Type type, string propertyName )
public: static PropertyInfo* GetProperty( Type* type, string* propertyName )
public: static PropertyInfo^ GetProperty( Type^ type, String^ propertyName )
Parameters
- type
- propertyName