Microsoft SDK for Java

combine

This method of the PrintingPermission Class returns a new PrintingPermission instance. Because checks for the printing permission are non-parameterized, the combine operation serves no purpose.

Syntax

public IPermission combine(IPermission other);

Return Value

Returns a new PrintingPermission instance.

Parameters

other This parameter is ignored, but it must be an instance of the PrintingPermission class.

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