Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LicenseContext::UsageMode Property

 

When overridden in a derived class, gets a value that specifies when you can use a license.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
property LicenseUsageMode UsageMode {
	virtual LicenseUsageMode get();
}

Property Value

Type: System.ComponentModel::LicenseUsageMode

One of the LicenseUsageMode values that specifies when you can use a license. The default is LicenseUsageMode::Runtime.

Notes to Inheritors:

To implement design-time support, override this property in a class that inherits.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft