AgentDesktopSession.CtiCallRefIdChat Property
Gets or sets the secondary call reference ID that identifies a second call assocated with the session.
Namespace: Microsoft.Uii.Desktop.SessionManager
Assembly: Microsoft.Uii.Desktop.SessionManager (in Microsoft.Uii.Desktop.SessionManager.dll)
Usage
'Usage
Dim instance As AgentDesktopSession
Dim value As Guid
value = instance.CtiCallRefIdChat
instance.CtiCallRefIdChat = value
Syntax
'Declaration
Public Property CtiCallRefIdChat As Guid
public Guid CtiCallRefIdChat { get; set; }
public:
property Guid CtiCallRefIdChat {
Guid get ();
void set (Guid value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public Guid get_CtiCallRefIdChat ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_CtiCallRefIdChat (Guid value)
CompilerGeneratedAttribute
public function get CtiCallRefIdChat () : Guid
CompilerGeneratedAttribute
public function set CtiCallRefIdChat (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
AgentDesktopSession Class
AgentDesktopSession Members
Microsoft.Uii.Desktop.SessionManager Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.