Click or drag to resize
CurrentUserInfoIsVirtual Property

Note: This API is now obsolete.

Indicates if user is initialized from virtual context

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use VirtualContext.IsUserInitialized instead.")]
public bool IsVirtual { get; }

Property Value

Type: Boolean
See Also