Gets or sets the telephone's location (i.e. Home Phone vs. Work Phone).

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

Syntax

C#
public virtual CicaTelephoneLocation Location { get; set; }
Visual Basic (Declaration)
Public Overridable Property Location As CicaTelephoneLocation
Visual C++
public:
virtual property CicaTelephoneLocation Location {
	CicaTelephoneLocation get ();
	void set (CicaTelephoneLocation value);
}

Property Value

Indicates where the telephone is located (i.e. Home Phone vs. Work Phone). The default value is Invalid.

Remarks

This property is equivalent to the Telephone Location Role primitive (P39_4) in Telephone Block_1 (B25_1).

The LocationSpecified property indicates whether or not this property will be included in the serialized class or generated document. The LocationSpecified property is automatically set to true when this property is set.

See Also