Microsoft SDK for Java

adjust

This method of the PermissionDataSet Class adjusts each permission in the set with the given parameters.

Syntax

public void adjust(String tag, Object adjustment);

Parameters

tag The adjustment type.
adjustment The adjustment-specific object.

Remarks

This method calls the adjustPermission method on all the permission objects in the set that implement the IAdjustablePermission interface.

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