ILicenseInfoHasFeature Method

Returns if the requested feature is present now and its options are equal to the specified value.

  Note

If HasError is , after expiration of either the license or its evidence all license features become unavailable.

Definition

Namespace: SMath.Manager.Licensing
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
bool HasFeature(
	string featureName,
	string expectedValue
)

Parameters

featureName  String
Name of the feature.
expectedValue  String
Expected value for the feature options.

Return Value

Boolean
if the requested feature is found and its options are equal to expectedValue.

See Also