CtiDesktopManager.AgentStateManager 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 base agent state manager.
public:
property Microsoft::Uii::Desktop::Cti::Core::ICtiAgentStateManager ^ AgentStateManager { Microsoft::Uii::Desktop::Cti::Core::ICtiAgentStateManager ^ get(); void set(Microsoft::Uii::Desktop::Cti::Core::ICtiAgentStateManager ^ value); };
public Microsoft.Uii.Desktop.Cti.Core.ICtiAgentStateManager AgentStateManager { get; set; }
member this.AgentStateManager : Microsoft.Uii.Desktop.Cti.Core.ICtiAgentStateManager with get, set
Public Property AgentStateManager As ICtiAgentStateManager