eDriven Framework API
GetValue Method (target, property)
NamespaceseDriven.Core.ReflectionCoreReflectorGetValue(Object, String)
eDriven Framework API
Gets the property value
Uses internal caching
Declaration Syntax
C#Visual BasicVisual C++
public static Object GetValue(
	Object target,
	string property
)
Public Shared Function GetValue ( _
	target As Object, _
	property As String _
) As Object
public:
static Object^ GetValue(
	Object^ target, 
	String^ property
)
Parameters
target (Object)
Target object
property (String)
Property name
Return Value

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)