PropertyModel.SetValue<T>(Object, T) 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.
public:
generic <typename T>
void SetValue(System::Object ^ record, T value);
public void SetValue<T>(object record, T value);
member this.SetValue : obj * 'T -> unit
Public Sub SetValue(Of T) (record As Object, value As T)
Type Parameters
- T
The type of the property value.
Parameters
- record
- Object
- value
- T