LicenseUsageMode Enum

Definition

Specifies when the License can be used.

public enum class LicenseUsageMode
public enum LicenseUsageMode
type LicenseUsageMode = 
Public Enum LicenseUsageMode
Inheritance
LicenseUsageMode

Fields

Designtime 1

Used during design time by a visual designer or the compiler.

Runtime 0

Used during runtime.

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