IFeatureService.IsEnabled(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks if feature is enabled. By default, every feature is enabled.
public:
bool IsEnabled(System::String ^ featureName);
public bool IsEnabled (string featureName);
abstract member IsEnabled : string -> bool
Public Function IsEnabled (featureName As String) As Boolean
Parameters
- featureName
- String
Name of the feature
Returns
False if there are any disable requests. True otherwise.