mscorlib(4.0.0.0) API with additions
LicenseUsageMode.cs
1 namespace System.ComponentModel
2 {
4  public enum LicenseUsageMode
5  {
7  Runtime,
10  }
11 }
LicenseUsageMode
Specifies when the T:System.ComponentModel.License can be used.
Used during design time by a visual designer or the compiler.