HostedControlEx.Cti Property
Telephony member for controlling phones and calls
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedControlEx
Dim value As TelephonyProvider
value = instance.Cti
instance.Cti = value
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property Cti As TelephonyProvider
[BrowsableAttribute(false)]
public TelephonyProvider Cti { get; set; }
[BrowsableAttribute(false)]
public:
virtual property TelephonyProvider^ Cti {
TelephonyProvider^ get () sealed;
void set (TelephonyProvider^ value) sealed;
}
/** @property */
public final TelephonyProvider get_Cti ()
/** @property */
public final void set_Cti (TelephonyProvider value)
public final function get Cti () : TelephonyProvider
public final function set Cti (value : TelephonyProvider)
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
HostedControlEx Class
HostedControlEx Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.