Click or drag to resize
UserInfoRolesValidity Property

Note: This API is now obsolete.

Returns the collection of the temporary user roles.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use IsInRole instead.")]
public virtual SafeDictionary<int, Nullable<DateTime>> RolesValidity { get; }

Property Value

Type: SafeDictionaryInt32, NullableDateTime
See Also