A class representing whether a certain operation can be supported based on the current state of the object
upon which the action is taken. For instance, a Capability instance returned from a Conference object may
indicate whether the conference call can support muting of a selected participant, based on the participant
Inheritance Hierarchy
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
SyntaxThe Capability type exposes the following members.
Properties
| Name | Description |
---|
 | Allowed |
Returns whether the associated operation is allowed.
|
 | DenialReason |
Returns the reason why the associated operation is not allowed.
|
Top
Methods
See Also