The PropertyPermission Class contains the following constructor:
Creates a new PropertyPermission instance.
public PropertyPermission();
The new instance does not allow access to any of the system properties. To add property names to the allowed set, you can use the allowUnrestrictedAccess, addAllowedSuffix, and the includeProperties methods.