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