Specifies if a telephone is a home phone or a work phone.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public enum CicaTelephoneLocation
Visual Basic (Declaration)
Public Enumeration CicaTelephoneLocation
Visual C++
public enum class CicaTelephoneLocation

Members

Member nameDescription
Invalid
Indicates value has not been initialized or is invalid.
HomePhone
Home Phone
(CICA Code: HP)
WorkPhone
Work Phone
(CICA Code: WP)

Remarks

Equivalent to the ASC X12 CICA Primitive called Location Code_4 (P39_4). Used to specify a telephone is a home phone or a work phone.

Used by the TelephoneInformation.Location property.

See Also