Udostępnij za pośrednictwem


CallInfoData.CallReceived Property

Gets or sets the date and time when a call was received by the system.

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 DateTime

value = instance.CallReceived

instance.CallReceived = value

Syntax

'Declaration
Public Property CallReceived As DateTime
public DateTime CallReceived { get; set; }
public:
property DateTime CallReceived {
    DateTime get ();
    void set (DateTime value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public DateTime get_CallReceived ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_CallReceived (DateTime value)
CompilerGeneratedAttribute 
public function get CallReceived () : DateTime

CompilerGeneratedAttribute 
public function set CallReceived (value : DateTime)

Property Value

Type: DateTime

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.