Udostępnij za pośrednictwem


CtiCallActionOptions.AdditionalStates Property

Gets or sets the additional properties that are to be added to the call actions options.

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

Usage

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

value = instance.AdditionalStates

instance.AdditionalStates = value

Syntax

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

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_AdditionalStates (Dictionary<String,boolean> value)
CompilerGeneratedAttribute 
public function get AdditionalStates () : Dictionary<String,boolean>

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

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

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

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