'Declaration Public Shared Function GetPropertyInfo( _ ByVal type As Type, _ ByVal propertyName As String _ ) As PropertyInfo
public static PropertyInfo GetPropertyInfo( Type type, string propertyName )
Parameters
- type
- propertyName
'Declaration Public Shared Function GetPropertyInfo( _ ByVal type As Type, _ ByVal propertyName As String _ ) As PropertyInfo
public static PropertyInfo GetPropertyInfo( Type type, string propertyName )