3 writes to _userPrincipalName
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\Principal.cs (3)
145
return HandleGet<string>(ref
_userPrincipalName
, PropertyNames.PrincipalUserPrincipalName, ref _userPrincipalNameChanged);
153
HandleSet<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)
1197
return
_userPrincipalName
;