CallInfoData.AdditionalParameters Property
Gets or sets the additional parameters and data 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 SortedDictionary(Of String, String)
value = instance.AdditionalParameters
instance.AdditionalParameters = value
Syntax
'Declaration
Public Property AdditionalParameters As SortedDictionary(Of String, String)
public SortedDictionary<string,string> AdditionalParameters { get; set; }
public:
property SortedDictionary<String^, String^>^ AdditionalParameters {
SortedDictionary<String^, String^>^ get ();
void set (SortedDictionary<String^, String^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public SortedDictionary<String,String> get_AdditionalParameters ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_AdditionalParameters (SortedDictionary<String,String> value)
CompilerGeneratedAttribute
public function get AdditionalParameters () : SortedDictionary<String,String>
CompilerGeneratedAttribute
public function set AdditionalParameters (value : SortedDictionary<String,String>)
Property Value
Type: Dictionary
Remarks
Use this to store additional data or information beyond what the base object contains.
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.