HostedApplicationAdapter.SessionID Property

Definition

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.

Applies to