Sessions.ActiveSession 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 the currently active session or null.
public:
virtual property Microsoft::Uii::Csr::Session ^ ActiveSession { Microsoft::Uii::Csr::Session ^ get(); };
public virtual Microsoft.Uii.Csr.Session ActiveSession { get; }
member this.ActiveSession : Microsoft.Uii.Csr.Session
Public Overridable ReadOnly Property ActiveSession As Session