Compartir a través de


IClrPropertySetter.SetClrValue(Object, Object) Método

Definición

Establece el valor de la propiedad.

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)

Parámetros

instance
Object

Instancia de entidad.

value
Object

Valor que se va a establecer.

Se aplica a