BindableBaseSetPropertyT Method
Namespace: PCBI_InstanceSyncAssembly: PCBI_InstanceSync (in PCBI_InstanceSync.dll) Version: 16.0.0.0 (16.0.0.0)
public bool SetProperty<T>(
ref T storage,
T value,
string propertyName = null
)
Public Function SetProperty(Of T) (
ByRef storage As T,
value As T,
Optional propertyName As String = Nothing
) As Boolean
public:
generic<typename T>
bool SetProperty(
T% storage,
T value,
String^ propertyName = nullptr
)
member SetProperty :
storage : 'T byref *
value : 'T *
?propertyName : string
(* Defaults:
let _propertyName = defaultArg propertyName null
*)
-> bool
- storage T
-
- value T
-
- propertyName String (Optional)
-
- T
Boolean