Click or drag to resize
SessionsInfoSessions Property
Collection of sessions indexed by string session identifiers.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 11.0.0
Syntax
C#
public ConcurrentDictionary<string, SessionInfo> Sessions { get; set; }

Property Value

Type: ConcurrentDictionaryString, SessionInfo
See Also