Freigeben über


CtiCommandRequest.AdditionalData Property

Gets or sets additional data that can be appended to the CTI command request.

Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)

Usage

'Usage
Dim instance As CtiCommandRequest
Dim value As Dictionary(Of String, String)

value = instance.AdditionalData

instance.AdditionalData = value

Syntax

'Declaration
Public Property AdditionalData As Dictionary(Of String, String)
public Dictionary<string,string> AdditionalData { get; set; }
public:
property Dictionary<String^, String^>^ AdditionalData {
    Dictionary<String^, String^>^ get ();
    void set (Dictionary<String^, String^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public Dictionary<String,String> get_AdditionalData ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_AdditionalData (Dictionary<String,String> value)
CompilerGeneratedAttribute 
public function get AdditionalData () : Dictionary<String,String>

CompilerGeneratedAttribute 
public function set AdditionalData (value : Dictionary<String,String>)

Property Value

Type: Dictionary

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

CtiCommandRequest Class
CtiCommandRequest Members
Microsoft.Uii.Desktop.Cti.Core Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.