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