21 references to IsDefunct
System.DirectoryServices (21)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (14)
243"(!(" + PropertyManager.IsDefunct + "=TRUE)))"; 262"(!(" + PropertyManager.IsDefunct + "=TRUE)))"; 274"(" + PropertyManager.IsDefunct + "=TRUE))"; 317"(!(" + PropertyManager.IsDefunct + "=TRUE)))"; 340str.Append(PropertyManager.IsDefunct); 371"(" + PropertyManager.IsDefunct + "=TRUE))"; 409propertiesToLoad[2] = PropertyManager.IsDefunct; 427if ((res.Properties[PropertyManager.IsDefunct] != null) && (res.Properties[PropertyManager.IsDefunct].Count > 0)) 429isDefunct = (bool)res.Properties[PropertyManager.IsDefunct][0]!; 463propertiesToLoad[2] = PropertyManager.IsDefunct; 481if ((res.Properties[PropertyManager.IsDefunct] != null) && (res.Properties[PropertyManager.IsDefunct].Count > 0)) 483isDefunct = (bool)res.Properties[PropertyManager.IsDefunct][0]!;
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (4)
562SetProperty(PropertyManager.IsDefunct, value); 1164str.Append(PropertyManager.IsDefunct); 1299string filter = "(&(" + PropertyManager.ObjectCategory + "=classSchema)" + str.ToString() + "(!(" + PropertyManager.IsDefunct + "=TRUE)))"; 1371string filter = "(&(" + PropertyManager.ObjectCategory + "=attributeSchema)" + str.ToString() + "(!(" + PropertyManager.IsDefunct + "=TRUE)))";
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (3)
355_propertyEntry.Properties[PropertyManager.IsDefunct].Value = _isDefunct; 953SetProperty(PropertyManager.IsDefunct, value); 1203str.Append(PropertyManager.IsDefunct);