Microsoft SDK for Java

getPermissionID

This method of the ExecutionRequest Class retrieves the permission identifier for the ExecutionRequest object. This method satisfies the ISecurityRequest interface and returns PermissionID.EXEC to indicate that instances of the ExecutionRequest class are associated with the execution permission.

Syntax

public PermissionID getPermissionID();

Return Value

Returns PermissionID.EXEC.

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