ILicenseInfoTryGetFeature Method

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

  Note

If HasError is or 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.74.9654.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