Click or drag to resize

EditableContactStringField Class

The EditableContactStringField class extends the ContactStringField class to provide the application with the ability to edit a String field in a contact. The editable version of a contact field is obtained from the EditableContact class.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesContactField
    Avaya.ClientServicesContactStringField
      Avaya.ClientServicesEditableContactStringField

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

The EditableContactStringField type exposes the following members.

Constructors
Properties
  NameDescription
Public propertySource
Provider source type for particular field.
(Inherited from ContactField.)
Public propertyValue
String value stored in this field.
Public propertyWriteCapability
Write capability for particular field.
(Inherited from ContactField.)
Top
See Also