This version of Unity is unsupported.

IProperty<T0>.SetValue

Declaration

public void SetValue(ref TContainer container, object value);

Parameters

container The container whose property value will be set.
value The new property value.

Returns

void true if the value was set; otherwise, false.

Description

Sets the property value of a specified container.