Microsoft SDK for Java

PropertyPermission Class Constructors

The PropertyPermission Class contains the following constructor:

PropertyPermission()

Creates a new PropertyPermission instance.

Syntax

public PropertyPermission();

Remarks

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.

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