| CallFeatureServiceGetFeatureCapability Method |
Returns a capability object indicating whether
it is possible to invoke the specified call feature.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic Capability GetFeatureCapability(
FeatureType featureType
)
Parameters
- featureType
- Type: Avaya.ClientServicesFeatureType
The feature type to query.
Return Value
Type:
Capability
Returns a capability object for the specified feature type.
See Also