Heureka API .NET Documentation
GetPropertyInfo Method



Syntax
'Declaration
 
Public Shared Function GetPropertyInfo( _
   ByVal t As Type, _
   ByVal propertyName As String _
) As PropertyInfo
'Usage
 
Dim t As Type
Dim propertyName As String
Dim value As PropertyInfo
 
value = DynamicObjectHelper.GetPropertyInfo(t, propertyName)
public static PropertyInfo GetPropertyInfo( 
   Type t,
   string propertyName
)
public:
static PropertyInfo^ GetPropertyInfo( 
   Type^ t,
   String^ propertyName
) 

Parameters

t
propertyName
Requirements

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

See Also

Reference

DynamicObjectHelper Class
DynamicObjectHelper Members

Send Feedback