NewCallEventData.CallInfo Property
Gets or sets the call info data object.
Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)
Usage
'Usage
Dim instance As NewCallEventData
Dim value As CallInfoData
value = instance.CallInfo
instance.CallInfo = value
Syntax
'Declaration
Public Property CallInfo As CallInfoData
public CallInfoData CallInfo { get; set; }
public:
property CallInfoData^ CallInfo {
CallInfoData^ get ();
void set (CallInfoData^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public CallInfoData get_CallInfo ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_CallInfo (CallInfoData value)
CompilerGeneratedAttribute
public function get CallInfo () : CallInfoData
CompilerGeneratedAttribute
public function set CallInfo (value : CallInfoData)
Property Value
Type:CallInfoData.
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
NewCallEventData Class
NewCallEventData Members
Microsoft.Uii.Desktop.Cti.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.