| CallFeatureServiceIsFeatureAvailable Method |
Determines if a specific feature is available.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.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