Neokernel API

Props.setLong Method

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

public virtual void setLong(
   string key,
   long val
);

Parameters

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

See Also

Props Class | com.neokernel.props Namespace