RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

GblMethods..::..GetProperty<(Of <(<'T>)>)> Method (T, String)

Gets the property.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


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.