Click or drag to resize

Capability Class

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
SystemObject
  Avaya.ClientServicesCapability
    Avaya.ClientServicesMaxSupportedVideoResolutionsCapability

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class Capability

The Capability type exposes the following members.

Properties
  NameDescription
Public propertyAllowed
Returns whether the associated operation is allowed.
Public propertyDenialReason
Returns the reason why the associated operation is not allowed.
Top
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
See Also