Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the primary call type that describes the session, whether it is an Email / Voice / Chat.
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 String
value = instance.CtiCallType
instance.CtiCallType = value
Syntax
'Declaration
Public Property CtiCallType As String
public string CtiCallType { get; set; }
public:
property String^ CtiCallType {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_CtiCallType ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_CtiCallType (String value)
CompilerGeneratedAttribute
public function get CtiCallType () : String
CompilerGeneratedAttribute
public function set CtiCallType (value : String)
Property Value
Type: String
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.