Click or drag to resize

UpdateContactEventArgsError Property

The contact error code for the update operation.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public ContactError Error { get; }

Property Value

Type: ContactError
Remarks
If the operation is successful this object will have default values (UnknownReason error code).
See Also