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