NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LicenseUsageMode Enumeration

Specifies when the license can be used.

[Visual Basic]
Public Enum LicenseUsageMode
[C#]
public enum LicenseUsageMode
[C++]
public enum LicenseUsageMode

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

This enumeration is used by the LicenseManager and the LicenseContext classes. It is used to set a component's CurrentContext. See the LicenseManager class for details.For more information on licensing, see TBD.

Members

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

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

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