Click or drag to resize
ContactBoolField Class
Represents a boolean field associated with a contact.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesContactField
    Avaya.ClientServicesContactBoolField
      Avaya.ClientServicesEditableContactBoolField

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

The ContactBoolField type exposes the following members.

Properties
  NameDescription
Public propertyIsEmpty
Returns true if field is empty.
Public propertySource
Provider source type for particular field.
(Inherited from ContactField.)
Public propertyValue
Boolean value stored in this field.
Public propertyWriteCapability
Write capability for particular field.
(Inherited from ContactField.)
Top
See Also