Neokernel API

FilePropsContainer.getProperty Method

This method gets a the cached value of the prop name given as the parameter.

public virtual object getProperty(
   string s
);

Parameters

s
This is the name of the prop whose value to retrieve.

Return Value

Returns the value of the prop whose name is the parameter.

Implements

IPropsContainer.getProperty

See Also

FilePropsContainer Class | com.neokernel.om Namespace