PropertyModel.SetValueAsObject(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the property from the given record, accepting the value to write as an Object.
public:
void SetValueAsObject(System::Object ^ record, System::Object ^ value);
public void SetValueAsObject(object record, object? value);
member this.SetValueAsObject : obj * obj -> unit
Public Sub SetValueAsObject (record As Object, value As Object)
Parameters
- record
- Object
- value
- Object