Base:
method
GetChangeStatusForProperty
System.DirectoryServices.AccountManagement.Principal.GetChangeStatusForProperty(System.String)
2 overrides of GetChangeStatusForProperty
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Computer.cs (1)
135internal override bool GetChangeStatusForProperty(string propertyName)
System\DirectoryServices\AccountManagement\User.cs (1)
371internal override bool GetChangeStatusForProperty(string propertyName)
2 references to GetChangeStatusForProperty
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Computer.cs (1)
142_ => base.GetChangeStatusForProperty(propertyName),
System\DirectoryServices\AccountManagement\User.cs (1)
383_ => base.GetChangeStatusForProperty(propertyName),