Class TAPI3AddressLine
Represents a TAPI3 address line
Inheritance
System.Object
TAPI3AddressLine
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.PhoneInterface.TAPI3
Assembly: Simplic.Framework.dll
Syntax
public class TAPI3AddressLine : 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 |