Microsoft SDK for Java

toPermissionSet

This method of the PermissionDataSet Class turns the PermissionDataSet into a PermissionSet. The PermissionSet form is immutable and can no longer be modified.

Syntax

public synchronized PermissionSet toPermissionSet();

Return Value

Returns the PermissionSet object that is an immutable form of the PermissionDataSet object.

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