Microsoft SDK for Java

getStyle

This method of the LicenseDescriptor Interface retrieves the license style. By default, all licenses are design time licenses. However, a user can have a runtime only license.

Syntax

public int getStyle();

Return Value

Returns the style of license, either DESIGN or RUNTIME.

See Also

setStyle

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