Class TAPI3AddressLine
Represents a TAPI3 address line
Inheritance
System.Object
TAPI3AddressLine
Implements
Namespace: Simplic.Framework.PhoneInterface.TAPI3
Assembly: Simplic.Framework.dll
Syntax
public class TAPI3AddressLine : object, IPhone
Properties
| Improve this Doc View SourceIsAvailable
Gets whether the address line is usable/inservice or not
Declaration
public bool IsAvailable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets the TAPI address name / phone name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |