DeployLX Software Protection System

Limit..::..AssertFeatureVersion Method

Asserts the feature version.

Syntax

Protected Sub AssertFeatureVersion ( _
	minVersion As Version, _
	feature As String _
)
protected void AssertFeatureVersion(
	Version minVersion,
	string feature
)

Parameters

minVersion
The min version.
feature
The feature.

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also