TapiAddressAddressID Property |
Gets the address identifier for the address.
Namespace: Traysoft.AddTapiAssembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntaxpublic int AddressID { get; }
Public ReadOnly Property AddressID As Integer
Get
public:
property int AddressID {
int get ();
}
Property Value
Type:
Int32
Remarks
Individual addresses are referred to by address identifiers.
Address identifiers range from zero to one less than the number of addresses on the line.
See Also