protected bool SetProperty<T>( ref T backingField, T value, Expression<Func<T>> property )
Protected Overloads Function SetProperty(Of T)( _ ByRef backingField As T, _ ByVal value As T, _ ByVal property As Expression(Of Func(Of T)) _ ) As Boolean
Parameters
- backingField
- value
- property
Type Parameters
- T
Return Value
Returns true if the property changes.