Neokernel API

FilePropsContainer.removeProperty Method

This method removes the prop name and the associated value given by the parameter.

public virtual bool removeProperty(
   string s
);

Parameters

s
This is the name of the prop to remove.

Return Value

Returns true IFF the prop name and value where removed successfully.

Implements

IPropsContainer.removeProperty

See Also

FilePropsContainer Class | com.neokernel.om Namespace