Click or drag to resize
ConferenceEncryptionStatusEventArg Class
An event argument used when reporting events related to the encryption status of a Conference object.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesConferenceEncryptionStatusEventArg

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class ConferenceEncryptionStatusEventArg : EventArgs

The ConferenceEncryptionStatusEventArg type exposes the following members.

Constructors
  NameDescription
Public methodConferenceEncryptionStatusEventArg
Constructs a new ConferenceEncryptionStatusEventArg object.
Top
Properties
  NameDescription
Public propertyEncryptionStatus
Conference overall encryption status information.
Top
See Also