Microsoft SDK for Java

setStyle

This method of the LicenseDescriptor Interface sets the license style. If style is zero, the method defaults to a design time license.

Syntax

public void setStyle(int style) throws Exception;

Parameters

style The style of license. This can be either DESIGN or RUNTIME.

Exceptions

Exception if the style is invalid.

See Also

getStyle

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