SearchResultEventArgs.CtiCallRefId Property
Gets or sets the CTI call reference ID that is associated with the customer search.
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Usage
'Usage
Dim instance As SearchResultEventArgs
Dim value As Guid
value = instance.CtiCallRefId
instance.CtiCallRefId = value
Syntax
'Declaration
Public Property CtiCallRefId As Guid
public Guid CtiCallRefId { get; set; }
public:
property Guid CtiCallRefId {
Guid get ();
void set (Guid value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public Guid get_CtiCallRefId ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_CtiCallRefId (Guid value)
CompilerGeneratedAttribute
public function get CtiCallRefId () : Guid
CompilerGeneratedAttribute
public function set CtiCallRefId (value : Guid)
Property Value
Type: Guid
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
SearchResultEventArgs Class
SearchResultEventArgs Members
Microsoft.Uii.Desktop.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.