3 writes to _homeDrive
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AccountInfo.cs (3)
204
return _owningPrincipal.HandleGet<string>(ref
_homeDrive
, PropertyNames.AcctInfoHomeDrive, ref _homeDriveChanged);
212
_owningPrincipal.HandleSet<string>(ref
_homeDrive
, value, ref _homeDriveChanged,
347
_homeDrive
= (string)value;
1 reference to _homeDrive
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AccountInfo.cs (1)
436
return
_homeDrive
;