Share via


CtiCallActionOptions.AdditionalStates Property

Definition

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

public:
 property System::Collections::Generic::Dictionary<System::String ^, bool> ^ AdditionalStates { System::Collections::Generic::Dictionary<System::String ^, bool> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, bool> ^ value); };
public System.Collections.Generic.Dictionary<string,bool> AdditionalStates { get; set; }
member this.AdditionalStates : System.Collections.Generic.Dictionary<string, bool> with get, set
Public Property AdditionalStates As Dictionary(Of String, Boolean)

Property Value

Applies to