5 writes to Name
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\Computer.cs (1)
36
this.
Name
= samAccountName;
System\DirectoryServices\AccountManagement\Group.cs (1)
33
this.
Name
= samAccountName;
System\DirectoryServices\AccountManagement\Principal.cs (2)
404
this.
Name
= newName;
422
this.
Name
= previousName;
System\DirectoryServices\AccountManagement\User.cs (1)
34
this.
Name
= samAccountName;
1 reference to Name
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Principal.cs (1)
23
return
Name
;