1 write to HomeDrive
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
141set { this.AccountInfo.HomeDrive = value; }
1 reference to HomeDrive
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
140get { return this.AccountInfo.HomeDrive; }