LicenseManager::UsageMode Property

 

Gets the LicenseUsageMode which specifies when you can use the licensed object for the CurrentContext.

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

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

Property Value

Type: System.ComponentModel::LicenseUsageMode

One of the LicenseUsageMode values, as specified in the CurrentContext property.

If this property cannot find a CurrentContext value, it returns Runtime.

.NET Framework
Available since 1.1
Return to top
Show: