Gets or sets the telephone device type.

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

Syntax

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

Property Value

Indicates what type of device is associated with the telephone number (i.e. Fax, Landline, Mobile, etc.). The default value is Invalid.

Remarks

This property is equivalent to the Telephone Device primitive (P44_1) in Telephone Block_1 (B25_1).

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

See Also