Language

PropertyModel.SetValue<T>(Object, T) Method

Definition

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

Applies to