CallInfoData.NewCallEventObject Property
Gets or sets the new call event that is associated with the call.
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 Object
value = instance.NewCallEventObject
instance.NewCallEventObject = value
Syntax
'Declaration
Public Property NewCallEventObject As Object
public Object NewCallEventObject { get; set; }
public:
property Object^ NewCallEventObject {
Object^ get ();
void set (Object^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public Object get_NewCallEventObject ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_NewCallEventObject (Object value)
CompilerGeneratedAttribute
public function get NewCallEventObject () : Object
CompilerGeneratedAttribute
public function set NewCallEventObject (value : Object)
Property Value
Type: Object
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.