CallInfoData.CtiCallState Property
This is an internal function for the CTI subsystem. Not for developer use. CTI Specific Call State – this is set by CTI as a call is processed.
Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)
Usage
'Usage
Dim instance As CallInfoData
Dim value As String
value = instance.CtiCallState
Syntax
'Declaration
Public ReadOnly Property CtiCallState As String
public string CtiCallState { get; }
public:
property String^ CtiCallState {
String^ get ();
}
/** @property */
public String get_CtiCallState ()
public function get CtiCallState () : 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
CallInfoData Class
CallInfoData Members
Microsoft.Uii.Desktop.Cti.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.