Gets the property.
Namespace:
RingSoft.DbLookup
Assembly:
RingSoft.DbLookup (in RingSoft.DbLookup.dll)
public static Object GetProperty<T>(
T parentProperty,
string propertyName
)
Public Shared Function GetProperty(Of T) ( _
parentProperty As T, _
propertyName As String _
) As Object
public:
generic<typename T>
static Object^ GetProperty(
T parentProperty,
String^ propertyName
)
Type Parameters
- T
Parameters
- parentProperty
- Type: T
The parent property.
- propertyName
- Type: String
Name of the property.
Return Value
System.Object.