AddTapi.NET Developer's Manual
Guid Property
NamespacesTraysoft.AddTapiTapiCallGuid
Gets the globally unique identifier (GUID) of the call.
Declaration Syntax
C#Visual BasicVisual C++
public Guid Guid { get; }
Public ReadOnly Property Guid As Guid
public:
property Guid Guid {
	Guid get ();
}
Value
An unique identifier assigned by AddTapi.NET to the call.
Remarks
AddTapi.NET assigns an unique identifier to each call. The application can use Guid property to keep track of the call through all call-related events or to store call information in a database.

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