NewCallEventArgs.CtiRefCallId Property
Gets or sets the call reference ID assigned by CTI for internal tracking.
Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)
Usage
'Usage
Dim instance As NewCallEventArgs
Dim value As Guid
value = instance.CtiRefCallId
instance.CtiRefCallId = value
Syntax
'Declaration
Public Property CtiRefCallId As Guid
public Guid CtiRefCallId { get; set; }
public:
property Guid CtiRefCallId {
Guid get ();
void set (Guid value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public Guid get_CtiRefCallId ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_CtiRefCallId (Guid value)
CompilerGeneratedAttribute
public function get CtiRefCallId () : Guid
CompilerGeneratedAttribute
public function set CtiRefCallId (value : Guid)
Property Value
Type: Guid
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
NewCallEventArgs Class
NewCallEventArgs Members
Microsoft.Uii.Desktop.Cti.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.