2 writes to _lastLogon
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AccountInfo.cs (2)
41
return _owningPrincipal.HandleGet<Nullable<DateTime>>(ref
_lastLogon
, PropertyNames.AcctInfoLastLogon, ref _lastLogonLoaded);
306
_lastLogon
= (Nullable<DateTime>)value;