5 references to SubClassOf
System.DirectoryServices (5)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (5)
322SetProperty(PropertyManager.SubClassOf, _subClassOf.Name); 327SetProperty(PropertyManager.SubClassOf, "top"); 913_subClassOf ??= new ActiveDirectorySchemaClass(_context, (string)GetValueFromCache(PropertyManager.SubClassOf, true)!, (DirectoryEntry?)null, _schemaEntry); 924SetProperty(PropertyManager.SubClassOf, value); 1184propertyNamesWithoutRangeRetrieval.Add(PropertyManager.SubClassOf);