Microsoft SDK for Java

allowUnrestrictedAccess

This method of the PropertyPermission Class turns unrestricted property access on or off, depending on the value of the flag. Unrestricted property access allows you to read all system properties, and to obtain the system properties object and manipulate it.

Syntax

public void allowUnrestrictedAccess(boolean flag);

Parameters

flag The flag that indicates whether access to unrestricted properties should be turned on or off.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.