DataSource.NET
SetField<(Of <(T>)>) Method (field, value, propertyName)
NamespacesCaplin.DataSource.MonitoringMonitoringBeanSetField<(Of <(T>)>)(T%, T, String)
Method that should be called when a monitoring attribute has changed value.
Declaration Syntax
C#Visual BasicVisual C++
protected bool SetField<T>(
	ref T field,
	T value,
	string propertyName
)
Protected Function SetField(Of T) ( _
	ByRef field As T, _
	value As T, _
	propertyName As String _
) As Boolean
protected:
generic<typename T>
bool SetField(
	T% field, 
	T value, 
	String^ propertyName
)
Generic Template Parameters
T
Parameters
field ( T %)
A reference to the value variable.
value (T)
The new value.
propertyName (String)
The name of the monitoring attribute.
Return Value

[Missing <returns> documentation for M:Caplin.DataSource.Monitoring.MonitoringBean.SetField``1(``0@,``0,System.String)]

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)