| BindableBaseSetPropertyT Method  | 
 
            Set value of member and raise PropertyChanged event
            
 
    Namespace: 
   Micros.PosCore.GuestProfile.MvvmTools
    Assembly:
   PosCore (in PosCore.dll) Version: 18.2
 Syntax
Syntaxprotected virtual void SetProperty<T>(
	ref T member,
	T val,
	string propertyName = null
)
Parameters
- member
- Type: T
 
- val
- Type: T
 
- propertyName (Optional)
- Type: SystemString
 
Type Parameters
- T
 See Also
See Also