IdeaBlade.Core Assembly > IdeaBlade.Core.Reflection Namespace > TypeFns Class > FindPropertyOrField Method : FindPropertyOrField(Type,String,BindingFlags) Method |
'Declaration
Public Overloads Shared Function FindPropertyOrField( _ ByVal type As Type, _ ByVal memberName As String, _ ByVal bindingFlags As BindingFlags _ ) As MemberInfo
'Usage
Dim type As Type Dim memberName As String Dim bindingFlags As BindingFlags Dim value As MemberInfo value = TypeFns.FindPropertyOrField(type, memberName, bindingFlags)
public static MemberInfo FindPropertyOrField( Type type, string memberName, BindingFlags bindingFlags )
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