CallDetailCallUniqueId Property |
The unique id of the call, as reported by the telephone central. null when the central did not report unique Id. Used for integration purposes.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Telephony
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string CallUniqueId { get; set; }
Public Property CallUniqueId As String
Get
Set
public:
property String^ CallUniqueId {
String^ get ();
void set (String^ value);
}
member CallUniqueId : string with get, set
Property Value
Type:
String
See Also