Neokernel API

Props.setProperty(String, Object) Method

Sets the property key to the passed value.

public virtual void setProperty(
   string key,
   object val
);

Parameters

key
The name of the property to set.
val
A reference to an Object.

See Also

Props Class | com.neokernel.props Namespace | Props.setProperty Overload List