Method SetValueIn
SetValueIn(IExtensiblePropertyContainer, T)
Sets the value of an extended property in a container
Declaration
public void SetValueIn([ValidatedNotNull] IExtensiblePropertyContainer container, T value)
public void SetValueIn([ValidatedNotNull] IExtensiblePropertyContainer container, T value)
Parameters
IExtensible |
container | Container to set the value in |
T | value | value of the property |