Click or drag to resize
UserInfoRolesValidity Property
Returns the HashTable of the temporary user roles.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public virtual SafeDictionary<int, Nullable<DateTime>> RolesValidity { get; }

Property Value

Type: SafeDictionaryInt32, NullableDateTime
See Also