TapiAddressAddress Property |
Gets the phone number or extension assigned to the address.
Namespace: Traysoft.AddTapiAssembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntaxpublic string Address { get; }
Public ReadOnly Property Address As String
Get
public:
property String^ Address {
String^ get ();
}
Property Value
Type:
String
RemarksAddress property can contain null reference (Nothing in Visual Basic)
if the line device has only one associated address.
See Also