Gets or sets the type of service this telephone provides.

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

Syntax

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

Property Value

Specifies the type of service this telephone provides (i.e. Answering Service, Operator Standing By, Voice Mail). The default value is Invalid.

Remarks

This property is equivalent to the Telephone Service primitive (P44_2) in Telephone Block_1 (B25_1).

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

See Also