BindableBaseSetPropertyT Method

Definition

Namespace: PCBI_API_Extensions.Helper
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public bool SetProperty<T>(
	ref T storage,
	T value,
	string propertyName = null
)

Parameters

storage  T
 
value  T
 
propertyName  String  (Optional)
 

Type Parameters

T

Return Value

Boolean

See Also