AddTapi.NET Developer's Manual
Address Property
NamespacesTraysoft.AddTapiTapiAddressAddress
Gets the phone number or extension assigned to the address.
Declaration Syntax
C#Visual BasicVisual C++
public string Address { get; }
Public ReadOnly Property Address As String
public:
property String^ Address {
	String^ get ();
}
Remarks
Address property can contain null reference (Nothing in Visual Basic) if the line device has only one associated address.

Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)