Microsoft SDK for Java

nextPermissionID

This method of the PermissionDataSetEnumerator Class retrieves the next PermissionID object from the enumeration.

Syntax

public PermissionID nextPermissionID();

Return Value

Returns the next PermissionID object from the enumeration.

Exceptions

java.util.NoSuchElementException if no more PermissionID objects exist in the enumeration.

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