HostedApplicationAdapter.SessionID 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 ID of the current session. The SessionID is used with global applications to track which session is active.
public:
property Guid SessionID { Guid get(); void set(Guid value); };
public Guid SessionID { get; set; }
member this.SessionID : Guid with get, set
Public Property SessionID As Guid
Property Value
The ID of the current session.