Click or drag to resize
SessionsInfoHiddenSessions Property
Collection of string session identifiers indexed by integer hidden users identifiers.

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

Property Value

Type: ConcurrentDictionaryInt32, String
See Also