[Missing <summary> documentation for "M:Breeze.Sharp.BaseEntity.SetValue(System.Object,System.String)"]
Namespace: Breeze.SharpAssembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
protected void SetValue(
Object value,
string propertyName = ""
)
Protected Sub SetValue (
value As Object,
Optional propertyName As String = ""
)
protected:
void SetValue(
Object^ value,
String^ propertyName = L""
)
member SetValue :
value : Object *
?propertyName : string
(* Defaults:
let _propertyName = defaultArg propertyName ""
*)
-> unit
Parameters
- value
- Type: SystemObject
- propertyName (Optional)
- Type: SystemString
Reference