IdeaBlade.Core Assembly > IdeaBlade.Core.Reflection Namespace > ReflectionFns Class > GetProperty Method : GetProperty(Type,String) Method |
'Declaration
Public Overloads Shared Function GetProperty( _ ByVal pType As Type, _ ByVal pPropertyName As String _ ) As PropertyInfo
'Usage
Dim pType As Type Dim pPropertyName As String Dim value As PropertyInfo value = ReflectionFns.GetProperty(pType, pPropertyName)
public static PropertyInfo GetProperty( Type pType, string pPropertyName )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2