Base:
method
LoadValueIntoProperty
System.DirectoryServices.AccountManagement.Principal.LoadValueIntoProperty(System.String, System.Object)
2 overrides of LoadValueIntoProperty
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Computer.cs (1)
113internal override void LoadValueIntoProperty(string propertyName, object value)
System\DirectoryServices\AccountManagement\User.cs (1)
317internal override void LoadValueIntoProperty(string propertyName, object value)
2 references to LoadValueIntoProperty
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Computer.cs (1)
125base.LoadValueIntoProperty(propertyName, value);
System\DirectoryServices\AccountManagement\User.cs (1)
361base.LoadValueIntoProperty(propertyName, value);