FeatureLock IsFeatureEnabled
Indicated if a feature was set enabled by this instance.
Syntax
Visual Basic
Public Sub IsFeatureEnabled( _
ByVal feature As String _
)
C#
public bool IsFeatureEnabled(
string feature
);
Parameters
Return Value
Returns true if the feature exists in the list of named product features enabled, otherwise false.