Base:
method
GetValueForProperty
System.DirectoryServices.AccountManagement.Principal.GetValueForProperty(System.String)
2 overrides of GetValueForProperty
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Computer.cs (1)
147internal override object GetValueForProperty(string propertyName)
System\DirectoryServices\AccountManagement\User.cs (1)
388internal override object GetValueForProperty(string propertyName)
2 references to GetValueForProperty
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Computer.cs (1)
154_ => base.GetValueForProperty(propertyName),
System\DirectoryServices\AccountManagement\User.cs (1)
400_ => base.GetValueForProperty(propertyName),