Click or drag to resize
ContactStringField Class
Represents a string field associated with a contact.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesContactField
    Avaya.ClientServicesContactStringField
      Avaya.ClientServicesEditableContactStringField

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

The ContactStringField type exposes the following members.

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