LicenseUsageMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies when the License can be used.
public enum class LicenseUsageMode
public enum LicenseUsageMode
type LicenseUsageMode =
Public Enum LicenseUsageMode
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Runtime | 0 | Used during runtime. |
Designtime | 1 | Used during design time by a visual designer or the compiler. |
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 How to: License Components and Controls.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.