1 write to HomeDirectory
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
135set { this.AccountInfo.HomeDirectory = value; }
1 reference to HomeDirectory
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
134get { return this.AccountInfo.HomeDirectory; }