FeatureLock.IsFeatureEnabled Method

SecureTeam Copy Protection

FeatureLock.IsFeatureEnabled

Indicated if a feature was set enabled by this instance.

Syntax

Public Sub IsFeatureEnabled( _
   ByVal feature As String _
)
public bool IsFeatureEnabled(
   string feature
);

Parameters

feature
The feature name.

Return Value

Returns true if the feature exists in the list of named product features enabled, otherwise false.

See Also

FeatureLock Class | AgileDotNet.Licensing Namespace