Neokernel API

Props.hasProperty Method

Tests the existence of the specified property.

public virtual bool hasProperty(
   string key
);

Parameters

key
the name of the property to test.

Return Value

true if the property exists; false otherwise.

See Also

Props Class | com.neokernel.props Namespace