Neokernel API

Props.removeProperty Method

Removes the property with the same name as the key parameter if available. If the requested property does not exist, false is returned.

public virtual bool removeProperty(
   string key
);

Parameters

key
The name of the property to retrieve.

Return Value

True if the property was removed; false otherwise.

See Also

Props Class | com.neokernel.props Namespace