2 writes to _LastActivityDate
System.Web.ApplicationServices (2)
Security\MembershipUser.cs (2)
73set { _LastActivityDate = value.ToUniversalTime(); } } 148_LastActivityDate = lastActivityDate.ToUniversalTime();
1 reference to _LastActivityDate
System.Web.ApplicationServices (1)
Security\MembershipUser.cs (1)
72get { return _LastActivityDate.ToLocalTime(); }