CallFeatureServiceIsFeatureAvailable Method |
Determines if a specific feature is available.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic bool IsFeatureAvailable(
FeatureType eFeature
)
Parameters
- eFeature
- Type: Avaya.ClientServicesFeatureType
Type of feature.
Return Value
Type:
Boolean returns true if a specific feature is available.
See Also