3 writes to _employeeID
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\User.cs (3)
156
return HandleGet<string>(ref
_employeeID
, PropertyNames.UserEmployeeID, ref _employeeIDChanged);
164
HandleSet<string>(ref
_employeeID
, value, ref _employeeIDChanged,
356
_employeeID
= (string)value;
1 reference to _employeeID
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\User.cs (1)
399
PropertyNames.UserEmployeeID =>
_employeeID
,