7 references to RangeUpper
System.DirectoryServices (7)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (7)
366_propertyEntry.Properties[PropertyManager.RangeUpper].Value = (int)_rangeUpper.Value; 897object? value = GetValueFromCache(PropertyManager.RangeUpper, false); 924if (_propertyEntry.Properties.Contains(PropertyManager.RangeUpper)) 926_propertyEntry.Properties[PropertyManager.RangeUpper].Clear(); 931_propertyEntry.Properties[PropertyManager.RangeUpper].Value = (int)value.Value; 1229propertiesToLoad[11] = PropertyManager.RangeUpper; 1248propertiesToLoad[13] = PropertyManager.RangeUpper;