Neokernel API

Props.setInteger Method

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

public virtual void setInteger(
   string key,
   int val
);

Parameters

key
The name of the property to set.
val
An int.

See Also

Props Class | com.neokernel.props Namespace