Neokernel API

Props.getProperty Method

Returns the property with the same name as the key parameter if available. If the requested property does not exist, null is returned instead.

public virtual object getProperty(
   string key
);

Parameters

key
the name of the property to retrieve.

Return Value

an Object reference; null if the requested property does not exist.

See Also

Props Class | com.neokernel.props Namespace