Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LicenseUsageMode Enumeration

Specifies when the License can be used.

[Visual Basic]
<Serializable>
Public Enum LicenseUsageMode
[C#]
[Serializable]
public enum LicenseUsageMode
[C++]
[Serializable]
__value public enum LicenseUsageMode
[JScript]
public
   Serializable
enum LicenseUsageMode

Remarks

The LicenseManager and the LicenseContext classes use this enumeration. It is used to set a component's CurrentContext. See the LicenseManager class for details.

For more information on licensing, see Licensing Components and Controls.

Members

Member name Description
Designtime Used during design time by a visual designer or the compiler.
Runtime Used during runtime.

Requirements

Namespace: System.ComponentModel

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: System (in System.dll)

See Also

System.ComponentModel Namespace | License | LicenseContext | LicenseException | LicenseManager | LicenseProvider | LicenseProviderAttribute | LicFileLicenseProvider

Show:
© 2017 Microsoft