3 writes to _userPrincipalName
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\Principal.cs (3)
145return HandleGet<string>(ref _userPrincipalName, PropertyNames.PrincipalUserPrincipalName, ref _userPrincipalNameChanged); 153HandleSet<string>(ref _userPrincipalName, value, ref _userPrincipalNameChanged, PropertyNames.PrincipalUserPrincipalName); 1103_userPrincipalName = (string)value;
1 reference to _userPrincipalName
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Principal.cs (1)
1197return _userPrincipalName;