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

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

Gets the property.

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

Syntax


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

Type Parameters

T

Parameters

propertyName
Type: String
Name of the property.

Return Value

System.Object.