Microsoft SDK for Java

getPermissions

This method of the PermissionSet Class copies the contents of the PermissionSet, and then returns it as a PermissionDataSet that can be examined and modified. Any changes to the resulting PermissionDataSet will not affect the original PermissionSet.

Syntax

public PermissionDataSet getPermissions();

Return Value

Returns a copy of the contents of the PermissionSet as a PermissionDataSet.

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