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

GblMethods..::..GetPropertyObject<(Of <(<'T>)>)> Method

Gets the property object.

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

Syntax


public static Object GetPropertyObject<T>(
	T model,
	string propertyName
)
Public Shared Function GetPropertyObject(Of T) ( _
	model As T, _
	propertyName As String _
) As Object
public:
generic<typename T>
static Object^ GetPropertyObject(
	T model, 
	String^ propertyName
)

Type Parameters

T

Parameters

model
Type: T
The model.
propertyName
Type: String
Name of the property.

Return Value

System.Object.