Microsoft SDK for Java

getExcludedProperties

This method of the PropertyPermission Class retrieves a wildcard expression that represents all the properties that this permission object explicitly denies access to.

Syntax

public WildcardExpression getExcludedProperties();

Return Value

Returns the wildcard expression that represents all the properties that this permission object explicitly denies access to.

See Also

com.ms.util.WildcardExpression

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