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

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

Sets the property value.

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

Syntax


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

Type Parameters

T

Parameters

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