This documentation is archived and is not being maintained.
LicenseUsageMode Enumeration
.NET Framework 1.1
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: