ILicenseInfoTryGetFeature Method

Checks the current status and attempts to retrieve the options of the specified feature.

  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 TryGetFeature(
	string featureName,
	out string featureOptions
)

Parameters

featureName  String
Name of the feature.
featureOptions  String
Receives the options which are found for the specified feature.

Return Value

Boolean
if the requested feature is found.

See Also