Udostępnij za pośrednictwem


NewCallEventData.EventData Property

Gets or sets the event Details for 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 NewCallEventData
Dim value As CtiCoreEventArgs

value = instance.EventData

instance.EventData = value

Syntax

'Declaration
Public Property EventData As CtiCoreEventArgs
public CtiCoreEventArgs EventData { get; set; }
public:
property CtiCoreEventArgs^ EventData {
    CtiCoreEventArgs^ get ();
    void set (CtiCoreEventArgs^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public CtiCoreEventArgs get_EventData ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_EventData (CtiCoreEventArgs value)
CompilerGeneratedAttribute 
public function get EventData () : CtiCoreEventArgs

CompilerGeneratedAttribute 
public function set EventData (value : CtiCoreEventArgs)

Property Value

Type:CtiCoreEventArgs.

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.