AppContextHasFeature Method (String) |
Returns true if the feature is implemented on the application.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool HasFeature(
string featureName
)
Public Function HasFeature (
featureName As String
) As Boolean
Parameters
- featureName
- Type: SystemString
The name of the feature
Return Value
Type:
Booleantrue if the feature is implemented, otherwise false.
Implements
IAppContextHasFeature(String)See Also