CtiCallEventArgs.AvailableCallOptions 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 avaialable call options.
public:
property Microsoft::Uii::Desktop::Cti::Core::CtiCallActionOptions ^ AvailableCallOptions { Microsoft::Uii::Desktop::Cti::Core::CtiCallActionOptions ^ get(); void set(Microsoft::Uii::Desktop::Cti::Core::CtiCallActionOptions ^ value); };
public Microsoft.Uii.Desktop.Cti.Core.CtiCallActionOptions AvailableCallOptions { get; set; }
member this.AvailableCallOptions : Microsoft.Uii.Desktop.Cti.Core.CtiCallActionOptions with get, set
Public Property AvailableCallOptions As CtiCallActionOptions