System.ComponentModel.LicenseManager.CurrentContext Property

Gets or sets the current System.ComponentModel.LicenseContext, which specifies when you can use the licensed object.

Syntax

public static LicenseContext CurrentContext { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

When the user requests a valid System.ComponentModel.License, the user must give the context in which the System.ComponentModel.License is valid to the LicenseProvider.GetLicense(LicenseContext, Type, object, bool) method. The System.ComponentModel.LicenseContext returned by this property should be passed to all System.ComponentModel.LicenseProvider classes.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0