Neokernel API

Props.setBoolean Method

Sets the property key to a Boolean of the passed value.

public virtual void setBoolean(
   string key,
   bool val
);

Parameters

key
The name of the property to set.
val
A boolean.

See Also

Props Class | com.neokernel.props Namespace