DynamicsBaseHostedControl.localSession 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 a reference to the session where this control exists. The session reference is used as input to many Global Manager functions.
public:
property Microsoft::Uii::Desktop::SessionManager::AgentDesktopSession ^ localSession { Microsoft::Uii::Desktop::SessionManager::AgentDesktopSession ^ get(); void set(Microsoft::Uii::Desktop::SessionManager::AgentDesktopSession ^ value); };
public Microsoft.Uii.Desktop.SessionManager.AgentDesktopSession localSession { get; set; }
member this.localSession : Microsoft.Uii.Desktop.SessionManager.AgentDesktopSession with get, set
Public Property localSession As AgentDesktopSession