CtiCallActionOptions.AdditionalStates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)