5 references to MsDSDefaultNamingContext
System.DirectoryServices (5)
System\DirectoryServices\ActiveDirectory\ADAMInstance.cs (5)
595if (ntdsaEntry.Properties[PropertyManager.MsDSDefaultNamingContext].Value == null) 602_cachedDefaultPartition = (string)PropertyManager.GetPropertyValue(context, ntdsaEntry, PropertyManager.MsDSDefaultNamingContext)!; 620if (ntdsaEntry.Properties.Contains(PropertyManager.MsDSDefaultNamingContext)) 622ntdsaEntry.Properties[PropertyManager.MsDSDefaultNamingContext].Clear(); 641ntdsaEntry.Properties[PropertyManager.MsDSDefaultNamingContext].Value = value;