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