Megosztás a következőn keresztül:


IClrPropertySetter.SetClrValue(Object, Object) Method

Definition

Sets the value of the property.

public void SetClrValue (object instance, object value);
public void SetClrValue (object instance, object? value);
abstract member SetClrValue : obj * obj -> unit
Public Sub SetClrValue (instance As Object, value As Object)

Parameters

instance
Object

The entity instance.

value
Object

The value to set.

Applies to