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

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

Sets the property object.

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

Syntax


public static void SetPropertyObject<T>(
	T model,
	string propertyName,
	Object value
)
Public Shared Sub SetPropertyObject(Of T) ( _
	model As T, _
	propertyName As String, _
	value As Object _
)
public:
generic<typename T>
static void SetPropertyObject(
	T model, 
	String^ propertyName, 
	Object^ value
)

Type Parameters

T

Parameters

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