Click or drag to resize

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
)

Parameters

featureName
Type: SystemString
The name of the feature
propertyName
Type: SystemString
The name of the property

Return Value

Type: Boolean
true if the feature is implemented on the application and the requested property is used, otherwise false.
See Also